ArraysCopyOf(Int32, Int32) Method
Namespace: Org.BouncyCastle.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static int[] CopyOf(
int[] data,
int newLength
)
public:
static array<int>^ CopyOf(
array<int>^ data,
int newLength
)
Org.BouncyCastle.Utilities.Arrays.CopyOf = function(data, newLength);
- data Int32
-
- newLength Int32
-
Int32