ModelStateDictionary.ValueEnumerator.Current Vlastnost

Definice

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

Hodnota vlastnosti

ModelStateEntry

Implementuje

Platí pro