OrderedDictionary<TKey,TValue>.IDictionary.Keys Właściwość

Definicja

Pobiera obiekt ICollection zawierający klucze obiektu IDictionary.

property System::Collections::ICollection ^ System::Collections::IDictionary::Keys { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Keys { get; }
member this.System.Collections.IDictionary.Keys : System.Collections.ICollection
 ReadOnly Property Keys As ICollection Implements IDictionary.Keys

Wartość właściwości

Obiekt ICollection zawierający klucze obiektu IDictionary.

Implementuje

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy wystąpienie <xref:System.Collections.Generic.OrderedDictionary'2> jest rzutowanie do interfejsu <xref:System.Collections.IDictionary>.

Dotyczy