Click or drag to resize

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()

Return Value

Type: IToken
Token at the front of the Queue.

Implements

ITokenQueuePeek
See Also