Enumerable

Enumerable class

Provides static LINQ methods.

class Enumerable

Methods

MethodDescription
static SharedPtr<Collections::Generic::IEnumerable<T>> Empty()Returns an empty IEnumerable object.
static SharedPtr<Collections::Generic::IEnumerable<int32_t>> Range(int32_t, int32_t)Generates a sequence of integral numbers within a specified range.

See Also