PeekUInt16() 공개 메소드

Reads a UInt16 without advancing the read pointer
public PeekUInt16 ( ) : UInt16
리턴 System.UInt16
예제 #1
0
 public static NetworkMessageType PeekType(NetIncomingMessage msg)
 {
     return (NetworkMessageType)msg.PeekUInt16();
 }