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