Click or drag to resize

EAPCollectionBaseSort Method (IComparer)

Sort the collection using the provided comparer.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Sort(
	IComparer comparer
)

Parameters

comparer
Type: System.CollectionsIComparer
The comparer to use.
Remarks
This method is primarily intended for internal use by derived classes.
See Also