Partager via


ReadOnlyDictionary<TKey, TValue>.Keys, propriété

Obtient la collection de clés du dictionnaire.

Espace de noms :  Microsoft.TeamFoundation.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Keys As ICollection(Of TKey)
public ICollection<TKey> Keys { get; }

Valeur de propriété

Type : System.Collections.Generic.ICollection<TKey>
La collection de clés du dictionnaire.

Implémentations

IDictionary<TKey, TValue>.Keys

Sécurité .NET Framework

Voir aussi

Référence

ReadOnlyDictionary<TKey, TValue> Classe

Microsoft.TeamFoundation.Client, espace de noms