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

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

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