OperationParameterInfoCollection.IList.IndexOf(Object) Yöntem

Tanım

İçindeki belirli bir öğenin dizinini belirler IList .

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parametreler

value
Object

İçinde yerini almak istediğiniz nesne IList .

Döndürülenler

Int32

valueListede bulunursa öğesinin dizini; Aksi takdirde,-1.

Uygulamalar

Şunlara uygulanır