TCollections.CreateInterfaceList<T>(IEnumerable<T>) Method

Represents method CreateInterfaceList<T>(IEnumerable<T>).

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

Type Parameters

T

Parameters

values
Type: IEnumerable<T>

Return Value

Type: IList<T>