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
-
IEnumerator<StackDependency<TInstruction>>
- Inherited Members
Constructors
Enumerator(StackDependencyCollection<TInstruction>)
Creates a new instance of the StackDependencyCollection<TInstruction>.Enumerator structure.
public Enumerator(StackDependencyCollection<TInstruction> collection)
Parameters
collectionStackDependencyCollection<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
Reset()
public void Reset()