ImmutableArray<T>.IList.IndexOf(Object) Metodo

Definizione

Ottiene il valore in corrispondenza dell'indice specificato.

 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

Parametri

value
Object

Valore di cui restituire l'indice.

Restituisce

Valore dell'elemento in corrispondenza dell'indice specificato.

Implementazioni

Si applica a