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

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

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