Last modified: 2024-09-14
Iterator<TKey, TValue>.Next Method ()
The cursor moves down in the collection and returns the state, where true
means the cursor has not moved to the end, and false
means the cursor has moved to the end.
Namespace: Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
Syntax
Returned value: Whether the cursor moves to the end of the collection.