System::Collections::Generic::IEnumerable::LINQ_Aggregate method
IEnumerable::LINQ_Aggregate method
एक अनुक्रम पर एग्रीगेटर फ़ंक्शन लागू करता है।
T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| func | const Func<T, T, T>& | प्रत्येक तत्व पर बुलाए जाने वाला एग्रीगेटर फ़ंक्शन। |
ReturnValue
अंतिम एग्रीगेटर मान।
संबंधित देखें
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++