Int32Collection.Enumerator.Current 属性

定义

获取集合中的当前元素。

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

属性值

Int32

集合中的当前元素。

实现

适用于