Condividi tramite


ModelStateDictionary.KeyEnumerable Struct

Definizione

Oggetto IEnumerable<T> per le chiavi 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)
Ereditarietà
ModelStateDictionary.KeyEnumerable
Implementazioni

Costruttori

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

Inizializza una nuova istanza di ModelStateDictionary.KeyEnumerable.

Metodi

GetEnumerator()

Oggetto IEnumerable<T> per le chiavi in ModelStateDictionary.

Implementazioni dell'interfaccia esplicita

IEnumerable.GetEnumerator()

Oggetto IEnumerable<T> per le chiavi in ModelStateDictionary.

IEnumerable<String>.GetEnumerator()

Oggetto IEnumerable<T> per le chiavi in ModelStateDictionary.

Si applica a