ITokenisingParserContext.LocalTokens Property |
Gets the Local Tokens Stack.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxStack<IToken> LocalTokens { get; }
ReadOnly Property LocalTokens As Stack(Of IToken)
Get
Property Value
Type:
Stack<IToken>
See Also