Removes and returns the first Token from the Queue.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override IToken Dequeue()
Public Overrides Function Dequeue As IToken
Return Value
Type:
ITokenFirst Token in the Queue.
Implements
ITokenQueueDequeueSee Also