Пример #1
0
 public ushort BlockLength()
 {
     return(unchecked ((ushort)_buffer.GetShort(_offset + 0, ByteOrder.LittleEndian)));
 }