TCollections.CreateInterfaceList<T>(IComparer) Method

Represents method CreateInterfaceList<T>(IComparer).

Namespace: Spring.Collections
public
 class function CreateInterfaceList<T: IInterface>(const comparer: IComparer<T>): IList<T>; overload; static;

Type Parameters

T

Parameters

comparer
Type: IComparer<T>

Return Value

Type: IList<T>