ImmutableArray<T>::IList::IndexOf Method (Object^)

 

Gets the value at the specified index.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual int IndexOf(
	Object^ value
) sealed = IList::IndexOf

Parameters

value
Type: System::Object^

The value to return the index of.

Return Value

Type: System::Int32

The value of the element at the specified index.

Return to top
Show: