Click or drag to resize

TokenisingParserContext.LocalTokens 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: Stack<IToken>

Implements

ITokenisingParserContext.LocalTokens
See Also