BamlLocalizationDictionaryEnumerator.Entry Property

Definition

Gets the current position's DictionaryEntry object.

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

Property Value

An object containing the key and value of the entry at the current position.

Implements

Applies to