TCollections.CreateList<T>(TComparison) Method

Represents method CreateList<T>(TComparison).

Namespace: Spring.Collections
public
 class function CreateList<T>(const comparer: TComparison<T>): IList<T>; overload; static;

Type Parameters

T

Parameters

comparer
Type: TComparison<T>

Return Value

Type: IList<T>