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

Definitie

Hiermee haalt u een ICollection<T> met de sleutels van de 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

Waarde van eigenschap

Een ICollection<T> met de sleutels van het object dat wordt geïmplementeerd IDictionary<TKey,TValue>.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ImmutableSortedDictionary<TKey,TValue>.Builder exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op