예제 #1
0
 public uint ReadUInt32(ulong offset) => stream.ReadUInt32(offset);
예제 #2
0
 public uint ReadUInt32(ulong offset)
 {
     return(stream.ReadUInt32(offset));
 }