Esempio n. 1
0
 public void Iterate(Action <int> action)
 {
     _sourceRange.Iterate(x => action(-x));
 }