OrderedDictionary<TKey,TValue>.ValueCollection.Enumerator.Current 属性

定义

获取集合中枚举器当前位置的元素。

public:
 property TValue Current { TValue get(); };
public TValue Current { get; }
member this.Current : 'Value
Public ReadOnly Property Current As TValue

属性值

TValue

集合中位于枚举器的当前位置的元素。

实现

适用于