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

Single_TSource_1() public static method

public static Single_TSource_1 ( Type TSource ) : MethodInfo
TSource Type
return System.Reflection.MethodInfo
        public static MethodInfo Single_TSource_1(Type TSource) =>
             (s_Single_TSource_1 ??
             (s_Single_TSource_1 = new Func<IQueryable<object>, object>(Queryable.Single).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource);
CachedReflectionInfo