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

Tanım

Sözlükteki değerleri içeren bir koleksiyon 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

Sözlükteki değerleri içeren bir koleksiyon.

Uygulamalar

Açıklamalar

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

Şunlara uygulanır