OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Entry Özellik

Tanım

Geçerli sözlük girdisinin hem anahtarını hem de değerini alır.

property System::Collections::DictionaryEntry System::Collections::IDictionaryEnumerator::Entry { System::Collections::DictionaryEntry get(); };
System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get; }
member this.System.Collections.IDictionaryEnumerator.Entry : System.Collections.DictionaryEntry
 ReadOnly Property Entry As DictionaryEntry Implements IDictionaryEnumerator.Entry

Özellik Değeri

Geçerli sözlük girişinin hem anahtarını hem de değerini içeren bir DictionaryEntry.

Uygulamalar

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> örneği <xref:System.Collections.IDictionaryEnumerator> arabirimine yayınlandığında kullanılabilir.

Şunlara uygulanır