Sdílet prostřednictvím


ModelStateDictionary.KeyEnumerator Struktura

Definice

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)
Dědičnost
ModelStateDictionary.KeyEnumerator
Implementuje

Konstruktory

ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String)

Inicializuje novou instanci objektu ModelStateDictionary.KeyEnumerable.

Vlastnosti

Current

Pro IEnumerator<T> klíče v ModelStateDictionary.

Metody

Dispose()

Pro IEnumerator<T> klíče v ModelStateDictionary.

MoveNext()

Pro IEnumerator<T> klíče v ModelStateDictionary.

Reset()

Pro IEnumerator<T> klíče v ModelStateDictionary.

Explicitní implementace rozhraní

IEnumerator.Current

Pro IEnumerator<T> klíče v ModelStateDictionary.

Platí pro