Click or drag to resize

BaseResultsParserContext.Variables Property

Gets the Variables that have been seen.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<string> Variables { get; }

Property Value

Type: List<String>
See Also