System::Collections::Generic::List::idx_get メソッド

List::idx_get method

特定の位置にある要素を取得します。

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

ReturnValue

指定された位置の要素のコピー。

参照