System::Collections::Generic::IEnumerable::LINQ_ElementAt メソッド

IEnumerable::LINQ_ElementAt method

シーケンスの指定インデックスにある要素を返します。

T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
パラメーター説明
インデックスint要素を取得するインデックス。

ReturnValue

指定インデックスにある要素。

参照