Table of Contents

Struct StackDependencyCollection<TInstruction>.Enumerator

Namespace
Echo.DataFlow.Collections
Assembly
Echo.DataFlow.dll

Represents an enumerator for a stack dependency collection.

public struct StackDependencyCollection<TInstruction>.Enumerator : IEnumerator<StackDependency<TInstruction>>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(StackDependencyCollection<TInstruction>)

Creates a new instance of the StackDependencyCollection<TInstruction>.Enumerator structure.

public Enumerator(StackDependencyCollection<TInstruction> collection)

Parameters

collection StackDependencyCollection<TInstruction>

The collection to enumerate.

Properties

Current

public StackDependency<TInstruction> Current { get; }

Property Value

StackDependency<TInstruction>

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()