OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Value 属性

定义

获取当前字典条目的值。

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

属性值

枚举的当前元素的值。

实现

注解

此成员是显式接口成员实现。 仅当 <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> 实例转换为 <xref:System.Collections.IDictionaryEnumerator> 接口时,才能使用它。

适用于