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