IEnumerable<T>.GetComparer Method

Returns the specified comparer for this instance.

Namespace: Spring.Collections
public
 function GetComparer: IComparer<T>;

Return Value

Type: IComparer<T>

Returns the specified IComparer<T> for this instance.