DoubleCollection.Enumerator.Current Property

Definition

Gets the current element in the collection.

public:
 property double Current { double get(); };
public double Current { get; }
member this.Current : double
Public ReadOnly Property Current As Double

Property Value

The current element in the collection.

Implements

Applies to