OrderedDictionary<TKey,TValue>.IDictionary.Values 属性

定义

获取一个 ICollection 对象,该对象包含 IDictionary 对象中的值。

property System::Collections::ICollection ^ System::Collections::IDictionary::Values { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Values { get; }
member this.System.Collections.IDictionary.Values : System.Collections.ICollection
 ReadOnly Property Values As ICollection Implements IDictionary.Values

属性值

一个 ICollection 对象,其中包含 IDictionary 对象中的值。

实现

注解

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

适用于