Click or drag to resize

BaseMultiset.Sort Method

Sorts a Set based on the given Comparer.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Sort(
	IComparer<ISet> comparer
)

Parameters

comparer
Type: System.Collections.Generic.IComparer<ISet>
Comparer on Sets.
See Also