System.Linq.CachedReflectionInfo.Min_TSource_1 C# (CSharp) Method

Min_TSource_1() public static method

public static Min_TSource_1 ( Type TSource ) : MethodInfo
TSource Type
return System.Reflection.MethodInfo
        public static MethodInfo Min_TSource_1(Type TSource) =>
             (s_Min_TSource_1 ??
             (s_Min_TSource_1 = new Func<IQueryable<object>, object>(Queryable.Min).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource);
CachedReflectionInfo