ImmutableSortedDictionary<TKey,TValue>.Builder.ContainsKey(TKey) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le dictionnaire trié immuable contient un élément avec la clé spécifiée.
public:
virtual bool ContainsKey(TKey key);
public bool ContainsKey (TKey key);
abstract member ContainsKey : 'Key -> bool
override this.ContainsKey : 'Key -> bool
Public Function ContainsKey (key As TKey) As Boolean
- key
- TKey
Clé à rechercher dans le dictionnaire.
true
si le dictionnaire contient un élément avec la clé ; sinon, false
.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :