TEnumerable.From<T>(TEnumerable) Method

Represents method From<T>(TEnumerable).

Namespace: Spring.Collections
public
 class function From<T>(const source: TEnumerable<T>): IEnumerable<T>; overload; static;

Type Parameters

T

Parameters

source
Type: TEnumerable<T>

Return Value

Type: IEnumerable<T>