PrincipalValueCollection<T>.IList.IndexOf(Object) メソッド

定義

コレクション内の指定したオブジェクトのインデックスを返します。指定したオブジェクトがコレクションにない場合は -1 を返します。

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
[System.Security.SecurityCritical]
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
[<System.Security.SecurityCritical>]
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

オブジェクト。

戻り値

integer

実装

属性

適用対象