Aracılığıyla paylaş


OrderedDictionary<TKey,TValue>.ValueCollection.IList.IndexOf Yöntem

Tanım

IListbelirli bir öğenin dizinini belirler.

 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

Parametreler

value
Object

IListiçinde bulunacak nesne.

Döndürülenler

Listede bulunursa value dizini; aksi takdirde, -1.

Uygulamalar

Şunlara uygulanır