ForEachItemsEnumerator.Current 属性

定义

从枚举器获取当前 ForEachItems 对象。

public:
 property System::Object ^ Current { System::Object ^ get(); };
public object Current { get; }
member this.Current : obj
Public ReadOnly Property Current As Object

属性值

即集合中当前的对象。

实现

适用于