TEnumerableBase<T>.GetComparer Method

Returns the specified comparer for this instance.

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

Return Value

Type: IComparer<T>

Returns the specified IComparer<T> for this instance.

Implements

IEnumerable<T>.GetComparer