Esempio n. 1
0
 public DelegatingComparer(ComparableSelector selector)
 {
     if (selector == null)
     {
         throw new ArgumentNullException("selector");
     }
     _selector = selector;
 }
Esempio n. 2
0
 public DelegatingComparer(ComparableSelector selector)
 {
     if (selector == null) throw new ArgumentNullException("selector");
     _selector = selector;
 }