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)
पैरामीटरप्रकारविवरण
funcconst Func<T, T, T>&प्रत्येक तत्व पर बुलाए जाने वाला एग्रीगेटर फ़ंक्शन।

ReturnValue

अंतिम एग्रीगेटर मान।

संबंधित देखें