Show / Hide Table of Contents

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

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.