ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Values 属性

定义

获取一个 ICollection<T>,它包含 IDictionary<TKey,TValue> 中的值。Gets an ICollection<T> containing the values in the IDictionary<TKey,TValue>.

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

一个 ICollection<T>,它包含实现 IDictionary<TKey,TValue> 的对象中的值。An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.

实现

注解

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

适用于