BamlLocalizationDictionaryEnumerator Class

Definition

Defines a specialized enumerator that can enumerate over the content of a BamlLocalizationDictionary object.

public ref class BamlLocalizationDictionaryEnumerator sealed : System::Collections::IDictionaryEnumerator
public sealed class BamlLocalizationDictionaryEnumerator : System.Collections.IDictionaryEnumerator
type BamlLocalizationDictionaryEnumerator = class
    interface IDictionaryEnumerator
    interface IEnumerator
Public NotInheritable Class BamlLocalizationDictionaryEnumerator
Implements IDictionaryEnumerator
Inheritance
BamlLocalizationDictionaryEnumerator
Implements

Properties

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Explicit Interface Implementations

IDictionaryEnumerator.Key

For a description of this member, see Key.

IDictionaryEnumerator.Value

For a description of this member, see Value.

IEnumerator.Current

For a description of this member, see Current.

Applies to

See also