Share via


ParameterView.Enumerator.Current Property

Definition

Gets the current value of the enumerator.

public:
 property Microsoft::AspNetCore::Components::ParameterValue Current { Microsoft::AspNetCore::Components::ParameterValue get(); };
public Microsoft.AspNetCore.Components.ParameterValue Current { get; }
member this.Current : Microsoft.AspNetCore.Components.ParameterValue
Public ReadOnly Property Current As ParameterValue

Property Value

Applies to