Example #1
0
 public IComparable Or_test(IComparable pref, IComparable alt)
 {
     return(pref.Or(alt));
 }