System::Linq::Enumerable class

Enumerable class

Provides static LINQ methods.

class Enumerable

Methods

MethodDescription
static Empty()Returns an empty IEnumerable object.
static Range(int32_t, int32_t)Generates a sequence of integral numbers within a specified range.

See Also