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

属性值

作为集合中当前对象的对象。

实现

适用于