Aracılığıyla paylaş


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

Tanım

IDictionary nesnesindeki değerleri içeren bir ICollection nesnesi 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

IDictionary nesnesindeki değerleri içeren bir ICollection nesnesi.

Uygulamalar

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca <xref:System.Collections.Generic.OrderedDictionary'2> örneği bir <xref:System.Collections.IDictionary> arabirimine yayınlandığında kullanılabilir.

Şunlara uygulanır