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)

プロパティ値

KeyValuePair<TKey,TValue>

列挙子の現在位置の要素。

実装

適用対象