System::Collections::Generic::IKVCollection::IndexOf メソッド

IKVCollection::IndexOf method

コンテナ内のアイテムのインデックスを取得します。

virtual int System::Collections::Generic::IKVCollection<T>::IndexOf(const T &item) const override
パラメーター説明
項目const T&検索対象の項目。

ReturnValue

コンテナ内の項目のインデックスです。

参照