Iterator Class
The iterator for smart contracts.
Namespace:Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
#
Syntaxpublic class Iteratorpublic class Iterator<T> : Iterator, IApiInterface
#
PropertiesName | Description |
---|---|
Value | Gets the element in the collection at the current position of the iterator |
#
MethodsName | Name |
---|---|
Next() | Advances the iterator to the next element of the collection |
You can also use Storage.Find() to construct the Iterator object.