FrozenDictionary<TKey,TValue>.Enumerator.Current 屬性

定義

取得集合中位於列舉值目前位置的元素。

public:
 property System::Collections::Generic::KeyValuePair<TKey, TValue> Current { System::Collections::Generic::KeyValuePair<TKey, TValue> get(); };
public System.Collections.Generic.KeyValuePair<TKey,TValue> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public ReadOnly Property Current As KeyValuePair(Of TKey, TValue)

屬性值

位於列舉值中目前位置的集合中的元素。

實作

適用於