Metodo System::Collections::Generic::_KeyList::Contains
_KeyList::Contains method
Verifica se la chiave specificata è presente nella collezione.
bool System::Collections::Generic::_KeyList<Dict>::Contains(const TKey &item) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const TKey& | Chiave da cercare. |
ReturnValue
Vero se la chiave è presente, falso altrimenti.
Vedi anche
- Typedef TKey
- Class _KeyList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++