ModelStateDictionary.ValueEnumerator.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ Current { Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry Current { get; }
member this.Current : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
Public ReadOnly Property Current As ModelStateEntry

Property Value

Implements

Applies to