@@ -117,8 +117,7 @@ public static partial class Queryable
117117 public static System . Linq . IQueryable < TSource > Intersect < TSource > ( this System . Linq . IQueryable < TSource > source1 , System . Collections . Generic . IEnumerable < TSource > source2 , System . Collections . Generic . IEqualityComparer < TSource > ? comparer ) { throw null ; }
118118 public static System . Linq . IQueryable < TResult > Join < TOuter , TInner , TKey , TResult > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Linq . Expressions . Expression < System . Func < TOuter , TInner , TResult > > resultSelector ) { throw null ; }
119119 public static System . Linq . IQueryable < TResult > Join < TOuter , TInner , TKey , TResult > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Linq . Expressions . Expression < System . Func < TOuter , TInner , TResult > > resultSelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer ) { throw null ; }
120- public static System . Linq . IQueryable < ( TOuter Outer , TInner Inner ) > Join < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector ) { throw null ; }
121- public static System . Linq . IQueryable < ( TOuter Outer , TInner Inner ) > Join < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer ) { throw null ; }
120+ public static System . Linq . IQueryable < ( TOuter Outer , TInner Inner ) > Join < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer = null ) { throw null ; }
122121 public static TSource ? LastOrDefault < TSource > ( this System . Linq . IQueryable < TSource > source ) { throw null ; }
123122 public static TSource ? LastOrDefault < TSource > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , bool > > predicate ) { throw null ; }
124123 public static TSource LastOrDefault < TSource > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , bool > > predicate , TSource defaultValue ) { throw null ; }
@@ -127,8 +126,7 @@ public static partial class Queryable
127126 public static TSource Last < TSource > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , bool > > predicate ) { throw null ; }
128127 public static System . Linq . IQueryable < TResult > LeftJoin < TOuter , TInner , TKey , TResult > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Linq . Expressions . Expression < System . Func < TOuter , TInner ? , TResult > > resultSelector ) { throw null ; }
129128 public static System . Linq . IQueryable < TResult > LeftJoin < TOuter , TInner , TKey , TResult > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Linq . Expressions . Expression < System . Func < TOuter , TInner ? , TResult > > resultSelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer ) { throw null ; }
130- public static System . Linq . IQueryable < ( TOuter Outer , TInner ? Inner ) > LeftJoin < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector ) { throw null ; }
131- public static System . Linq . IQueryable < ( TOuter Outer , TInner ? Inner ) > LeftJoin < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer ) { throw null ; }
129+ public static System . Linq . IQueryable < ( TOuter Outer , TInner ? Inner ) > LeftJoin < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer = null ) { throw null ; }
132130 public static long LongCount < TSource > ( this System . Linq . IQueryable < TSource > source ) { throw null ; }
133131 public static long LongCount < TSource > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , bool > > predicate ) { throw null ; }
134132 public static TSource ? MaxBy < TSource , TKey > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , TKey > > keySelector ) { throw null ; }
@@ -162,8 +160,7 @@ public static partial class Queryable
162160 public static System . Linq . IQueryable < TSource > Reverse < TSource > ( this System . Linq . IQueryable < TSource > source ) { throw null ; }
163161 public static System . Linq . IQueryable < TResult > RightJoin < TOuter , TInner , TKey , TResult > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Linq . Expressions . Expression < System . Func < TOuter ? , TInner , TResult > > resultSelector ) { throw null ; }
164162 public static System . Linq . IQueryable < TResult > RightJoin < TOuter , TInner , TKey , TResult > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Linq . Expressions . Expression < System . Func < TOuter ? , TInner , TResult > > resultSelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer ) { throw null ; }
165- public static System . Linq . IQueryable < ( TOuter ? Outer , TInner Inner ) > RightJoin < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector ) { throw null ; }
166- public static System . Linq . IQueryable < ( TOuter ? Outer , TInner Inner ) > RightJoin < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer ) { throw null ; }
163+ public static System . Linq . IQueryable < ( TOuter ? Outer , TInner Inner ) > RightJoin < TOuter , TInner , TKey > ( this System . Linq . IQueryable < TOuter > outer , System . Collections . Generic . IEnumerable < TInner > inner , System . Linq . Expressions . Expression < System . Func < TOuter , TKey > > outerKeySelector , System . Linq . Expressions . Expression < System . Func < TInner , TKey > > innerKeySelector , System . Collections . Generic . IEqualityComparer < TKey > ? comparer = null ) { throw null ; }
167164 public static System . Linq . IQueryable < TResult > SelectMany < TSource , TResult > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , System . Collections . Generic . IEnumerable < TResult > > > selector ) { throw null ; }
168165 public static System . Linq . IQueryable < TResult > SelectMany < TSource , TResult > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , int , System . Collections . Generic . IEnumerable < TResult > > > selector ) { throw null ; }
169166 public static System . Linq . IQueryable < TResult > SelectMany < TSource , TCollection , TResult > ( this System . Linq . IQueryable < TSource > source , System . Linq . Expressions . Expression < System . Func < TSource , System . Collections . Generic . IEnumerable < TCollection > > > collectionSelector , System . Linq . Expressions . Expression < System . Func < TSource , TCollection , TResult > > resultSelector ) { throw null ; }
0 commit comments