ImmutableDictionary<TKey,TValue>.IDictionary.Keys Proprietà

Definizione

Ottiene ICollection<T> contenente le chiavi di 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

Valore della proprietà

Interfaccia ICollection<T> contenente le chiavi dell'oggetto che implementa l'interfaccia IDictionary<TKey,TValue>.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ImmutableDictionary<TKey,TValue> a un'interfaccia IDictionary.

Si applica a