ParameterView.GetEnumerator Method

Definition

Returns an enumerator that iterates through the ParameterView.

public:
 Microsoft::AspNetCore::Components::ParameterView::Enumerator GetEnumerator();
public Microsoft.AspNetCore.Components.ParameterView.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.AspNetCore.Components.ParameterView.Enumerator
Public Function GetEnumerator () As ParameterView.Enumerator

Returns

The enumerator.

Applies to