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