ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Keys Egenskap

Definition

Hämtar en ICollection<T> som innehåller nycklarna för 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

Egenskapsvärde

En ICollection<T> som innehåller nycklarna för objektet som implementerar IDictionary<TKey,TValue>.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ImmutableSortedDictionary<TKey,TValue>.Builder skickas till ett IDictionary gränssnitt.

Gäller för