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