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

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

public static GroupBy_TSource_TKey_TElement_TResult_5 ( Type TSource, Type TKey, Type TElement, Type TResult ) : MethodInfo
TSource Type
TKey Type
TElement Type
TResult Type
Результат System.Reflection.MethodInfo
        public static MethodInfo GroupBy_TSource_TKey_TElement_TResult_5(Type TSource, Type TKey, Type TElement, Type TResult) =>
             (s_GroupBy_TSource_TKey_TElement_TResult_5 ??
             (s_GroupBy_TSource_TKey_TElement_TResult_5 = new Func<IQueryable<object>, Expression<Func<object, object>>, Expression<Func<object, object>>, Expression<Func<object, IEnumerable<object>, object>>, IEqualityComparer<object>, IQueryable<object>>(Queryable.GroupBy).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource, TKey, TElement, TResult);
CachedReflectionInfo