System::Collections::Generic::IEnumerable::LINQ_Any Methode
IEnumerable::LINQ_Any() method
Bestimmt, ob eine Sequenz irgendwelche Elemente enthält.
bool System::Collections::Generic::IEnumerable<T>::LINQ_Any()
ReturnValue
true, wenn die Quellsequenz irgendwelche Elemente enthält; andernfalls false.
Siehe auch
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_Any(std::function<bool(T)>) method
Bestimmt, ob ein beliebiges Element einer Sequenz existiert oder eine Bedingung erfüllt.
bool System::Collections::Generic::IEnumerable<T>::LINQ_Any(std::function<bool(T)> predicate)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Prädikat | std::function<bool(T)> | Eine Funktion, um jedes Element auf eine Bedingung zu prüfen. |
ReturnValue
true, wenn die Quellsequenz irgendwelche Elemente enthält; andernfalls false.
Siehe auch
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++