UInt32ToBigEndianBytes() static private method

static private UInt32ToBigEndianBytes ( UInt32 uint32 ) : byte[]
uint32 System.UInt32
return byte[]
Ejemplo n.º 1
0
 // Token: 0x060007D6 RID: 2006 RVA: 0x0003942C File Offset: 0x0003762C
 protected override byte[] HashFinal()
 {
     return(Crc32.UInt32ToBigEndianBytes(~this.hash));
 }