FrozenDictionary<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 对象中的值。

实现

适用于