DequeEnumeratorBase<TValue>.Current 属性
定义
获取或设置集合中的当前元素。Gets or sets the current element in the collection.
public:
virtual property System::Object ^ Current { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object Current { get; set; }
member this.Current : obj with get, set
Public Overridable Property Current As Object
属性值
集合中的当前元素。The current element in the collection.