System.Linq.CachedReflectionInfo.Aggregate_TSource_TAccumulate_3 C# (CSharp) Метод

Aggregate_TSource_TAccumulate_3() публичный статический Метод

public static Aggregate_TSource_TAccumulate_3 ( Type TSource, Type TAccumulate ) : MethodInfo
TSource Type
TAccumulate Type
Результат System.Reflection.MethodInfo
        public static MethodInfo Aggregate_TSource_TAccumulate_3(Type TSource, Type TAccumulate) =>
             (s_Aggregate_TSource_TAccumulate_3 ??
             (s_Aggregate_TSource_TAccumulate_3 = new Func<IQueryable<object>, object, Expression<Func<object, object, object>>, object>(Queryable.Aggregate).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource, TAccumulate);
CachedReflectionInfo