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

集合中位於列舉值目前位置的專案。

實作

適用於