[CLSCompliantAttribute(false)]
public static uint ReverseBytes(
uint i
)
<CLSCompliantAttribute(false)>
Public Shared Function ReverseBytes (
i As UInteger
) As UInteger
public:
[CLSCompliantAttribute(false)]
static unsigned int ReverseBytes(
unsigned int i
)
Org.BouncyCastle.Utilities.Integers.ReverseBytes = function(i);