AttributeDictionary.Enumerator Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein Enumerator für AttributeDictionary.
public: value class AttributeDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>
public struct AttributeDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>>
type AttributeDictionary.Enumerator = struct
interface IEnumerator<KeyValuePair<string, string>>
interface IEnumerator
interface IDisposable
Public Structure AttributeDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, String))
- Vererbung
-
AttributeDictionary.Enumerator
- Implementiert
Konstruktoren
| AttributeDictionary.Enumerator(AttributeDictionary) |
Erstellt einen neuen AttributeDictionary.Enumerator. |
Eigenschaften
| Current |
Ein Enumerator für AttributeDictionary. |
Methoden
| Dispose() |
Ein Enumerator für AttributeDictionary. |
| MoveNext() |
Ein Enumerator für AttributeDictionary. |
| Reset() |
Ein Enumerator für AttributeDictionary. |
Explizite Schnittstellenimplementierungen
| IEnumerator.Current |
Ein Enumerator für AttributeDictionary. |