ModelStateDictionary.KeyEnumerator 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 IEnumerator<T> para chaves em ModelStateDictionary.
public: value class ModelStateDictionary::KeyEnumerator : System::Collections::Generic::IEnumerator<System::String ^>
public struct ModelStateDictionary.KeyEnumerator : System.Collections.Generic.IEnumerator<string>
type ModelStateDictionary.KeyEnumerator = struct
interface IEnumerator<string>
interface IEnumerator
interface IDisposable
Public Structure ModelStateDictionary.KeyEnumerator
Implements IEnumerator(Of String)
- Herança
-
ModelStateDictionary.KeyEnumerator
- Implementações
Construtores
ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) |
Inicializa uma nova instância de ModelStateDictionary.KeyEnumerable. |
Propriedades
Current |
Um IEnumerator<T> para chaves em ModelStateDictionary. |
Métodos
Dispose() |
Um IEnumerator<T> para chaves em ModelStateDictionary. |
MoveNext() |
Um IEnumerator<T> para chaves em ModelStateDictionary. |
Reset() |
Um IEnumerator<T> para chaves em ModelStateDictionary. |
Implantações explícitas de interface
IEnumerator.Current |
Um IEnumerator<T> para chaves em ModelStateDictionary. |