VectorEnumerator<TValue>.Current 屬性
定義
取得或設定集合中目前的項目。Gets or sets the current element in the collection.
public:
virtual property TValue Current { TValue get(); void set(TValue value); };
public virtual TValue Current { get; set; }
member this.Current : 'Value with get, set
Public Overridable Property Current As TValue
屬性值
TValue
集合中目前的項目。The current element in the collection.