Mono Class Library: System.Collections Namespace

System.Collections.IComparer

Provides a mechanism to customize the sort ordering of a collection. [Edit]

See Also: IComparer Members

[System.Runtime.InteropServices.ComVisible(true)]
public interface IComparer

Remarks

The default implementation of this interface is Comparer .

Note: IComparer contains the IComparer.Compare(object, object) method. The consumer of an object should call this method when sorting members of a collection.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0