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

定義

指定したインデックス位置にある値を取得します。

 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

インデックスを返す対象の値。

戻り値

Int32

指定されたインデックス位置にある要素の値。

実装

適用対象