public virtual byte[] Wrap( byte[] inBytes, int inOff, int inLen )
Public Overridable Function Wrap ( inBytes As Byte(), inOff As Integer, inLen As Integer ) As Byte()
public: virtual array<unsigned char>^ Wrap( array<unsigned char>^ inBytes, int inOff, int inLen )
function Wrap(inBytes, inOff, inLen);
In This Article