Beispiel #1
0
 public static UInt16                                 ReadUInt16(ReadingStreamer streamer)
 {
     return(streamer.ReadUShort());
 }