System::Collections::CollectionBase::ListImpl::idx_get メソッド

ListImpl::idx_get method

指定されたインデックスの要素を返します。

T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
パラメーター説明
インデックスint32_t取得または設定する要素のゼロベースインデックス。

ReturnValue

指定されたインデックスの要素。

参照