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

Current

Gets the current value of the enumerator.

Methods

MoveNext()

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

Applies to