public static byte[] CopyOfRange( byte[] data, int from, int to )
Public Shared Function CopyOfRange ( data As Byte(), from As Integer, to As Integer ) As Byte()
public: static array<unsigned char>^ CopyOfRange( array<unsigned char>^ data, int from, int to )
Org.BouncyCastle.Utilities.Arrays.CopyOfRange = function(data, from, to);
In This Article