Method MoveNext
MoveNext()
Advances the enumerator to the next element of the list.
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool | True if |
Remarks
The first MoveNext call advances the enumerator to the first element of the list. Before this call, Current is not valid to read.