Click or drag to resize

NullMultiset.Variables Property

Returns an empty enumerable as the Null Multiset contains no Variables.

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

Property Value

Type: IEnumerable<String>
See Also