System::Collections::ObjectModel::Collection::idx_get メソッド

Collection::idx_get method

指定されたインデックスの値を取得します。

virtual T System::Collections::ObjectModel::Collection<T>::idx_get(int index) const override
パラメーター説明
インデックスint値を取得するインデックスです。

ReturnValue

指定されたインデックスの値のコピー。

参照