RtfDomParser.RTFReader.PeekTokenType C# (CSharp) Method

PeekTokenType() public method

next token type
public PeekTokenType ( ) : RTFTokenType
return RTFTokenType
        public RTFTokenType PeekTokenType()
        {
            return myLex.PeekTokenType();
        }