Click or drag to resize

BaseMultiset.Sets Property

Gets the Sets in the Multiset.

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

Property Value

Type: IEnumerable<ISet>
See Also