BamlLocalizationDictionaryEnumerator Třída
Definice
Definuje specializovaný enumerátor, který může vytvořit výčet pro obsah BamlLocalizationDictionary objektu.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
- Dědičnost
-
BamlLocalizationDictionaryEnumerator
- Implementuje
Vlastnosti
Current |
Získá aktuální objekt v kolekci.Gets the current object in the collection. |
Entry |
Získá objekt aktuální pozice DictionaryEntry .Gets the current position's DictionaryEntry object. |
Key |
Získá klíč aktuální položky.Gets the key of the current entry. |
Value |
Získá hodnotu aktuální položky.Gets the value of the current entry. |
Metody
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
MoveNext() |
Přesune se na další položku v kolekci.Moves to the next item in the collection. |
Reset() |
Vrátí enumerátor na svou počáteční pozici, která je před první objekt v kolekci.Returns the enumerator to its initial position, which is before the first object in the collection. |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
IDictionaryEnumerator.Key |
Popis tohoto člena naleznete v tématu Key .For a description of this member, see Key. |
IDictionaryEnumerator.Value |
Popis tohoto člena naleznete v tématu Value .For a description of this member, see Value. |
IEnumerator.Current |
Popis tohoto člena naleznete v tématu Current .For a description of this member, see Current. |