Share via


ParameterView.Enumerator Struct

Definition

An enumerator that iterates through a ParameterView.

public: value class ParameterView::Enumerator
public struct ParameterView.Enumerator
type ParameterView.Enumerator = struct
Public Structure ParameterView.Enumerator
Inheritance
ParameterView.Enumerator

Properties

Name Description
Current

Gets the current value of the enumerator.

Methods

Name Description
MoveNext()

Instructs the enumerator to move to the next value in the sequence.

Applies to