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

Except_TSource_3() public static method

public static Except_TSource_3 ( Type TSource ) : MethodInfo
TSource Type
return System.Reflection.MethodInfo
        public static MethodInfo Except_TSource_3(Type TSource) =>
             (s_Except_TSource_3 ??
             (s_Except_TSource_3 = new Func<IQueryable<object>, IEnumerable<object>, IEqualityComparer<object>, IQueryable<object>>(Queryable.Except).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource);
CachedReflectionInfo