Compartir a través de


ModelStateDictionary.KeyEnumerable Estructura

Definición

para IEnumerable<T> las claves de 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)
Herencia
ModelStateDictionary.KeyEnumerable
Implementaciones

Constructores

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

Inicializa una nueva instancia de la clase ModelStateDictionary.KeyEnumerable.

Métodos

GetEnumerator()

para IEnumerable<T> las claves de ModelStateDictionary.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

para IEnumerable<T> las claves de ModelStateDictionary.

IEnumerable<String>.GetEnumerator()

para IEnumerable<T> las claves de ModelStateDictionary.

Se aplica a