OrderedDictionary<TKey,TValue>.KeyCollection.IList.IndexOf メソッド

定義

IList内の特定の項目のインデックスを決定します。

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

パラメーター

value
Object

IList内で検索するオブジェクト。

戻り値

リスト内で見つかった場合の value のインデックス。それ以外の場合は -1。

実装

適用対象