Click or drag to resize
QueryCollectionTSort Method (IComparerQueryObjectT)
Sorts the collection with the provided comparer.

Namespace:  Intuit.Ipp.LinqExtender.Collection
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public void Sort(
	IComparer<QueryObject<T>> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerQueryObjectT

[Missing <param name="comparer"/> documentation for "M:Intuit.Ipp.LinqExtender.Collection.QueryCollection`1.Sort(System.Collections.Generic.IComparer{Intuit.Ipp.LinqExtender.QueryObject{`0}})"]

See Also