Esempio n. 1
0
 public Or <T, U> Do(Action <T> func)
 {
     TElem.Do(func);
     return(this);
 }