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

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

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