TEnumerable.From<T>(TArray) Method

Represents method From<T>(TArray).

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

Type Parameters

T

Parameters

source
Type: TArray<T>

Return Value

Type: IEnumerable<T>