HashEnumerator<TKey,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.

适用于