Click or drag to resize

BaseMultisetSort 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.GenericIComparerISet
Comparer on Sets.
See Also