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

位于指定索引处的元素的值。

实现

适用于