System::Collections::Generic::IEnumerable::LINQ_ElementAt 方法

IEnumerable::LINQ_ElementAt method

返回序列中指定索引处的元素。

T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
参数类型描述
索引int获取元素的索引。

ReturnValue

在指定索引处的元素。

另见