コード例 #1
0
 protected ulong ReadULong(BinaryMemoryReader reader)
 {
     return(reader.ReadUInt64());
 }