Metodo System::Collections::Generic::IDictionary::ContainsKey
IDictionary::ContainsKey method
Verifica se il contenitore contiene la chiave.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave da cercare. |
ReturnValue
Vero se la chiave è presente, falso altrimenti.
Vedi anche
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++