DoubleCollection.Enumerator.Current 属性

定义

获取集合中的当前元素。

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

属性值

Double

集合中的当前元素。

实现

适用于