ParameterSetIterator.MoveNext
Method
Description:
Move the iterator one item forward.
Move the iterator one item forward.
Remarks:
MoveNext must be called before the Current property is valid with a new or Reset iterator in line with the expected behavior of IEnumerator.
MoveNext must be called before the Current property is valid with a new or Reset iterator in line with the expected behavior of IEnumerator.