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

IEnumerable::LINQ_ElementAt method

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

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

ReturnValue

指定索引处的元素。

另见