méthode Contains de System::Collections::Generic::_ValueCollection
_ValueCollection::Contains method
Vérifie si l’élément est présent dans le conteneur.
bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
| Paramètre | Type | Description |
|---|---|---|
| élément | const TValue& | Élément à rechercher. |
ReturnValue
Vrai si l’élément est trouvé, faux sinon.
Voir aussi
- Typedef TValue
- Class _ValueCollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++