Peek() public method

public Peek ( ) : int
return int
示例#1
0
 int PeekChar()
 {
     return(reader.Peek());
 }