我如何修改解密。跳过在。net框架2中工作?此代码在net4
中运行良好。Dim user As Byte() = decrypted.Skip(2).Take(userLength).ToArray()
Dim passLength As Short = IPAddress.HostToNetworkOrder(BitConverter.ToInt16(decrypted, userLength + 2))
Dim password As Byte() = decrypted.skip(4 + userLength).ToArray()
试试LinqBridge
http://code.google.com/p/linqbridge/它在。net 2.0中重新实现了linq操作符