System::Collections::Generic::_KeyList::Contains metodo
_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 |
|---|---|---|
| item | 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.Page for C++