ReadUInt16() 개인적인 메소드

private ReadUInt16 ( this stream ) : UInt16
stream this
리턴 System.UInt16
예제 #1
0
 public UInt16 ReadUInt16()
 {
     return(StreamTool.ReadUInt16(this));
 }