Exemple #1
0
 public ushort ReadUInt16(ulong offset) => stream.ReadUInt16(offset);
Exemple #2
0
 public ushort ReadUInt16(ulong offset)
 {
     return(stream.ReadUInt16(offset));
 }