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