TEnumerableBase<T>.Comparer Property

Gets the assigned comparer. If not comparer was assigned it returns the default comparer.

Namespace: Spring.Collections.Base
protected
 property Comparer: IComparer<T> read GetComparer;

Property Value

Type: IComparer<T>

 

Implements

IEnumerable<T>.Comparer