ImmutableSortedDictionary<TKey,TValue>.Enumerator.IEnumerator.Current 属性

定义

当前元素。The current element.

property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
 ReadOnly Property Current As Object Implements IEnumerator.Current

属性值

Object

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ImmutableSortedDictionary<TKey,TValue>.Enumerator 实例被强制转换为 IEnumerator 接口时使用。It can be used only when the ImmutableSortedDictionary<TKey,TValue>.Enumerator instance is cast to an IEnumerator interface.

适用于