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)

属性值

位于枚举器当前位置的元素。

实现

适用于