ImmutableSortedDictionary<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)

屬性值

位於目前列舉程式位置的項目。

實作

適用於