BamlLocalizationDictionaryEnumerator Class
Defines a specialized enumerator that can enumerate over the content of a BamlLocalizationDictionary object.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current object in the collection. |
![]() | Entry | Gets the current position's DictionaryEntry object. |
![]() | Key | Gets the key of the current entry. |
![]() | Value | Gets the value of the current entry. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MoveNext() | Moves to the next item in the collection. |
![]() | Reset() | Returns the enumerator to its initial position, which is before the first object in the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDictionaryEnumerator::Key | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionaryEnumerator::Key. |
![]() ![]() | IDictionaryEnumerator::Value | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDictionaryEnumerator::Value. |
![]() ![]() | IEnumerator::Current | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IEnumerator::Current. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



