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

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

public static ThenBy_TSource_TKey_3 ( Type TSource, Type TKey ) : MethodInfo
TSource Type
TKey Type
Результат System.Reflection.MethodInfo
        public static MethodInfo ThenBy_TSource_TKey_3(Type TSource, Type TKey) =>
             (s_ThenBy_TSource_TKey_3 ??
             (s_ThenBy_TSource_TKey_3 = new Func<IOrderedQueryable<object>, Expression<Func<object, object>>, IComparer<object>, IOrderedQueryable<object>>(Queryable.ThenBy).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource, TKey);
CachedReflectionInfo