ModelStateDictionary.KeyEnumerator Struktura

Definicja

Element IEnumerator<T> dla kluczy w pliku 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)
Dziedziczenie
ModelStateDictionary.KeyEnumerator
Implementuje

Konstruktory

ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String)

Inicjuje nowe wystąpienie klasy ModelStateDictionary.KeyEnumerable.

Właściwości

Current

Element IEnumerator<T> dla kluczy w pliku ModelStateDictionary.

Metody

Dispose()

Element IEnumerator<T> dla kluczy w pliku ModelStateDictionary.

MoveNext()

Element IEnumerator<T> dla kluczy w pliku ModelStateDictionary.

Reset()

Element IEnumerator<T> dla kluczy w pliku ModelStateDictionary.

Jawne implementacje interfejsu

IEnumerator.Current

Element IEnumerator<T> dla kluczy w pliku ModelStateDictionary.

Dotyczy