ModelStateDictionary.KeyEnumerable Struktur

Definition

A IEnumerable<T> für Schlüssel in ModelStateDictionary.

public: value class ModelStateDictionary::KeyEnumerable : System::Collections::Generic::IEnumerable<System::String ^>
public struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
public readonly struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
type ModelStateDictionary.KeyEnumerable = struct
    interface seq<string>
    interface IEnumerable
Public Structure ModelStateDictionary.KeyEnumerable
Implements IEnumerable(Of String)
Vererbung
ModelStateDictionary.KeyEnumerable
Implementiert

Konstruktoren

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

Initialisiert eine neue Instanz von ModelStateDictionary.KeyEnumerable.

Methoden

GetEnumerator()

A IEnumerable<T> für Schlüssel in ModelStateDictionary.

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

A IEnumerable<T> für Schlüssel in ModelStateDictionary.

IEnumerable<String>.GetEnumerator()

A IEnumerable<T> für Schlüssel in ModelStateDictionary.

Gilt für: