طريقة 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)
Parameterالوصف
ResultTypeنوع القيمة التي تُرجعها selector.
ParameterTypeالوصف
selectorconst Func<T, ResultType>&دالة تحويل لتطبيقها على كل عنصر.

ReturnValue

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

انظر أيضًا