System::Collections::Generic::IEnumerable::LINQ_ElementAt 方法
IEnumerable::LINQ_ElementAt method
返回序列中指定索引处的元素。
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 获取元素的索引。 |
ReturnValue
指定索引处的元素。
另见
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++