ValueEnumerator Struct

Namespace
Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
Assemblies
  • Microsoft.AspNetCore.Mvc.Abstractions

Syntax

public struct ValueEnumerator : IEnumerator<ModelStateEntry>, IDisposable, IEnumerator
struct Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerator

Constructors

ValueEnumerator(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary, System.String)
public ValueEnumerator(ModelStateDictionary dictionary, string prefix)

Properties

Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerator.Current
Return type:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
public ModelStateEntry Current { get; }
Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerator.Current
Return type:System.Object
object IEnumerator.Current { get; }

Methods

Dispose()
public void Dispose()
MoveNext()
Return type:System.Boolean
public bool MoveNext()
Reset()
public void Reset()