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

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

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

Type Parameters

T

Parameters

comparer
Type: TComparison<T>

ownsObjects
Type: Boolean

Return Value

Type: IList<T>