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
-
IEnumerator<VariableDependency<TInstruction>>
- Inherited Members
Constructors
Enumerator(VariableDependencyCollection<TInstruction>)
Creates a new instance of the VariableDependencyCollection<TInstruction>.Enumerator class.
public Enumerator(VariableDependencyCollection<TInstruction> collection)
Parameters
collectionVariableDependencyCollection<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
Reset()
public void Reset()