Iterators.

Cast<T>(IEnumerable) Method

Syntax

public static IEnumerable<T> Cast<T>(IEnumerable source)

Type Parameters

Name Description
T

Parameters

Name Type Description
source IEnumerable

Return Value

Type Description
IEnumerable<T>