System.Linq.CachedReflectionInfo.First_TSource_2 C# (CSharp) Method

First_TSource_2() public static method

public static First_TSource_2 ( Type TSource ) : MethodInfo
TSource Type
return System.Reflection.MethodInfo
        public static MethodInfo First_TSource_2(Type TSource) =>
             (s_First_TSource_2 ??
             (s_First_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, bool>>, object>(Queryable.First).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource);
CachedReflectionInfo