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

定义

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

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

属性值

TKey

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

实现

适用于