ReadUInt16() private méthode

private ReadUInt16 ( this stream ) : UInt16
stream this
Résultat System.UInt16
Exemple #1
0
 public UInt16 ReadUInt16()
 {
     return(StreamTool.ReadUInt16(this));
 }