SynchronizedReadOnlyCollection<T>.IList.IndexOf(Object) メソッド
定義
指定した項目のインデックスを取得します。Gets the index of the specified item.
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
インデックスを取得する要素。The element whose index is being retrieved.
戻り値
コレクション内で最初に見つかった value
の位置を示す、0 から始まるインデックス番号。The zero-based index of the first occurrence of the value
in the collection.