System::Linq::Enumerable 类

Enumerable class

提供静态 LINQ 方法。

class Enumerable

方法

方法描述
static Empty()返回一个空的 IEnumerable 对象。
static Range(int32_t, int32_t)生成指定范围内的整数序列。

另见