Click or drag to resize

BaseSetVariables Property

Gets the Variables in the Set.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract IEnumerable<string> Variables { get; }

Property Value

Type: IEnumerableString

Implements

ISetVariables
See Also