TCollections.CreateList<T>(TComparison,Boolean) Method

Represents method CreateList<T>(TComparison,Boolean).

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

Type Parameters

T

Parameters

comparer
Type: TComparison<T>

ownsObjects
Type: Boolean

Return Value

Type: IList<T>