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