Esempio n. 1
0
 public static IOrderedQueryableObservableCollection <T> Distinct <T>(this IOrderedQueryableObservableCollection <T> @this)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public static IOrderedQueryableObservableCollection <TSource> ThenByDescending <TSource, TKey>(this IOrderedQueryableObservableCollection <TSource> @this, Func <TSource, TKey> keySelector, IComparer <TKey> comparer)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static IOrderedQueryableObservableCollection <T> Distinct <T>(this IOrderedQueryableObservableCollection <T> @this, IEqualityComparer <T> comparer)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public static IOrderedQueryableObservableCollection <TSource> ThenBy <TSource, TKey>(this IOrderedQueryableObservableCollection <TSource> @this, Func <TSource, TKey> keySelector)
 {
     throw new NotImplementedException();
 }