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

Definizione

Restituisce l'indice dell'oggetto specificato, oppure -1 se l'oggetto non è presente nell'insieme.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
[System.Security.SecurityCritical]
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
[<System.Security.SecurityCritical>]
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

Oggetto.

Restituisce

Int32

Oggetto integer.

Implementazioni

Attributi

Si applica a