Click or drag to resize

TsvTokeniser.GetNextToken Method

Gets the next available token from the input.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IToken GetNextToken()

Return Value

Type: IToken

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Tokens.TsvTokeniser.GetNextToken"]

Implements

ITokeniser.GetNextToken()
See Also