Esempio n. 1
0
 public bool Visit(Func <T, bool> callback)
 {
     return(_tree.Visit(callback));
 }