public static BigInteger[] CopyOf(
BigInteger[] data,
int newLength
)
Public Shared Function CopyOf (
data As BigInteger(),
newLength As Integer
) As BigInteger()
public:
static array<BigInteger^>^ CopyOf(
array<BigInteger^>^ data,
int newLength
)
Org.BouncyCastle.Utilities.Arrays.CopyOf = function(data, newLength);