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

Definicja

Pobiera element ICollection<T> zawierający klucze elementu IDictionary<TKey,TValue>.

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

Element ICollection<T> zawierający klucze obiektu, który implementuje IDictionary<TKey,TValue>element .

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableDictionary<TKey,TValue>.Builder wystąpienie jest rzutowanie do interfejsu IDictionary .

Dotyczy