Click or drag to resize

TokenisingResultParserContextLocalTokens Property

Gets the Local Tokens stack.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Stack<IToken> LocalTokens { get; }

Property Value

Type: StackIToken
See Also