ImmutableDictionary<TKey,TValue>.Builder.IDictionary<TKey,TValue>.Keys Eigenschap

Definitie

Hiermee haalt u een verzameling op die de sleutels van de algemene woordenlijst bevat.

property System::Collections::Generic::ICollection<TKey> ^ System::Collections::Generic::IDictionary<TKey,TValue>::Keys { System::Collections::Generic::ICollection<TKey> ^ get(); };
System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Keys : System.Collections.Generic.ICollection<'Key>
 ReadOnly Property Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys

Waarde van eigenschap

ICollection<TKey>

Een verzameling met de sleutels van het object waarmee de algemene woordenlijst wordt geïmplementeerd.

Implementeringen

Van toepassing op