ReadOnlyDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Values 屬性

定義

取得集合,其中包含此字典中的值。

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

屬性值

ICollection<TValue>

集合,其中包含實作 ReadOnlyDictionary<TKey,TValue> 之物件中的值。

實作

適用於