Class DoubleList.DoubleListEnumerator
Inheritance
DoubleList.DoubleListEnumerator
Assembly: DesignData.SDS2.Primitives.dll
Syntax
public sealed class DoubleList.DoubleListEnumerator : IEnumerator<double>, IEnumerator, IDisposable
Constructors
DoubleListEnumerator(DoubleList)
Declaration
public DoubleListEnumerator(DoubleList collection)
Parameters
Properties
Current
Declaration
public double Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Implements