Beispiel #1
0
 public void AddInt(UInt32 aInt)
 {
     byteList.AddRange(aInt.ToBytes());
 }