BufferedTokenQueuePeek Method |
Gets the next Token in the Queue without removing it from the Queue.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override IToken Peek()
Public Overrides Function Peek As IToken
Return Value
Type:
ITokenToken at the front of the Queue.
Implements
ITokenQueuePeekSee Also