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

Count_TSource_1() public static method

public static Count_TSource_1 ( Type TSource ) : MethodInfo
TSource Type
return System.Reflection.MethodInfo
        public static MethodInfo Count_TSource_1(Type TSource) =>
             (s_Count_TSource_1 ??
             (s_Count_TSource_1 = new Func<IQueryable<object>, int>(Queryable.Count).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource);
CachedReflectionInfo