Table of Contents

Struct VariableDependencyCollection<TInstruction>.Enumerator

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

Represents an enumerator that enumerates all entries in a variable dependencies collection.

public struct VariableDependencyCollection<TInstruction>.Enumerator : IEnumerator<VariableDependency<TInstruction>>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(VariableDependencyCollection<TInstruction>)

Creates a new instance of the VariableDependencyCollection<TInstruction>.Enumerator class.

public Enumerator(VariableDependencyCollection<TInstruction> collection)

Parameters

collection VariableDependencyCollection<TInstruction>

The collection to enumerate.

Properties

Current

public VariableDependency<TInstruction> Current { get; }

Property Value

VariableDependency<TInstruction>

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()