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

Definizione

Ottiene l'indice dell'elemento 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

Elemento di cui viene recuperato l'indice.

Restituisce

Indice in base zero della prima occorrenza di value nella raccolta.

Implementazioni

Si applica a