Compartilhar via


ModelStateDictionary.KeyEnumerable Estrutura

Definição

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)
Herança
ModelStateDictionary.KeyEnumerable
Implementações

Construtores

ModelStateDictionary.KeyEnumerable(ModelStateDictionary)

Inicializa uma nova instância de ModelStateDictionary.KeyEnumerable.

Métodos

GetEnumerator()

Um IEnumerable<T> para chaves em ModelStateDictionary.

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Um IEnumerable<T> para chaves em ModelStateDictionary.

IEnumerable<String>.GetEnumerator()

Um IEnumerable<T> para chaves em ModelStateDictionary.

Aplica-se a