ModelStateDictionary.KeyEnumerable Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um IEnumerable<T> para chaves em 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)
- 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. |