Struct TxnIndices.Enumerator
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public struct Enumerator : IEnumerator<int>, IDisposable, IEnumerator
Constructors
Enumerator(TxnFlags)
Declaration
public Enumerator(TxnFlags indices)
Parameters
Type | Name | Description |
---|---|---|
TxnFlags | indices |
Properties
Current
Declaration
public int Current { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
Boolean |
Reset()
Declaration
public void Reset()