Méthode System::Collections::Generic::_ValueCollection::Contains
_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 |
|---|---|---|
| item | 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.Page for C++