Breyta

Deila með


OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Key Property

Definition

Gets the key of the current dictionary entry.

property System::Object ^ System::Collections::IDictionaryEnumerator::Key { System::Object ^ get(); };
object System.Collections.IDictionaryEnumerator.Key { get; }
member this.System.Collections.IDictionaryEnumerator.Key : obj
 ReadOnly Property Key As Object Implements IDictionaryEnumerator.Key

Property Value

The key of the current element of the enumeration.

Implements

Key

Remarks

This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.Enumerator> instance is cast to an <xref:System.Collections.IDictionaryEnumerator> interface.

Applies to