System::Collections::Generic::IEnumerable::LINQ_Min طريقة

IEnumerable::LINQ_Min(const Func<Source, ResultType>&) method

template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<Source, ResultType> &selector)

انظر أيضًا

IEnumerable::LINQ_Min(const Func<T, ResultType>&) method

ينفّذ دالة تحويل على كل عنصر من تسلسل عام ويعيد القيمة الدنيا الناتجة.

template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<T, ResultType> &selector)
معاملالوصف
ResultTypeنوع القيمة التي تُرجعها الدالة selector.
معاملنوعالوصف
selectorconst Func<T, ResultType>&دالة تحويل لتطبيقها على كل عنصر.

ReturnValue

القيمة الدنيا في التسلسل.

انظر أيضًا