System::Linq::Enumerable::Range method
Enumerable::Range method
生成指定范围内的整数序列。
static SharedPtr<Collections::Generic::IEnumerable<int32_t>> System::Linq::Enumerable::Range(int32_t start, int32_t count)
| 参数 | 类型 | 描述 |
|---|---|---|
| start | int32_t | 序列中第一个整数的值。 |
| count | int32_t | 要生成的连续整数的数量。 |
ReturnValue
一个包含一系列连续整数的 int32_t IEnumerable。
另见
- Typedef SharedPtr
- Class IEnumerable
- Class Enumerable
- Namespace System::Linq
- Library Aspose.Font for C++