Show / Hide Table of Contents
Last modified: 2024-09-18

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

Properties

NameDescription
ValueGets the element in the collection at the current position of the iterator

Methods

NameName
Next()Advances the iterator to the next element of the collection

You can also use Storage.Find() to construct the Iterator object.