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>

열거자의 현재 위치에 있는 요소입니다.

구현

적용 대상