ConcurrentDictionary<TKey,TValue>.IDictionary.Values Özellik

Tanım

içindeki IDictionarydeğerleri içeren bir ICollection alır.

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

Özellik Değeri

ICollection

içindeki IDictionarydeğerleri içeren bir arabirim.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IDictionary arabirime ConcurrentDictionary<TKey,TValue> yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.