ParameterView.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |