Пример #1
0
 public ushort ReadUInt16(ulong offset) => stream.ReadUInt16(offset);
Пример #2
0
 public ushort ReadUInt16(ulong offset)
 {
     return(stream.ReadUInt16(offset));
 }