ConcurrentDictionary<TKey,TValue>.Values 属性

定义

获取包含 Dictionary<TKey,TValue> 中的值的集合。

public:
 property System::Collections::Generic::ICollection<TValue> ^ Values { System::Collections::Generic::ICollection<TValue> ^ get(); };
public System.Collections.Generic.ICollection<TValue> Values { get; }
member this.Values : System.Collections.Generic.ICollection<'Value>
Public ReadOnly Property Values As ICollection(Of TValue)

属性值

ICollection<TValue>

包含 Dictionary<TKey,TValue> 中的值的集合。

实现

适用于

另请参阅