Method MoveNext
MoveNext()
Advances the enumerator to the next chunk of memory.
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool | true if the enumerator successfully advanced to the next chunk of memory; false if the end of the memory has been passed. |