System::Collections::Generic::IEnumerable::LINQ_Take 方法
IEnumerable::LINQ_Take method
返回序列开头指定数量的连续元素。
SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Take(int32_t count)
| 参数 | 类型 | 描述 |
|---|---|---|
| count | int32_t | 要返回的元素数量。 |
ReturnValue
一个 System.Collections.Generic.IEnumerable ,它包含从输入序列开头指定数量的元素。
另见
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++