BamlLocalizationDictionaryEnumerator.IDictionaryEnumerator.Key Property

Definition

For a description of this member, see Key.

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

Applies to

See also