Example #1
0
 public void Iter(FunctionVoid <T> f)
 {
     NList.Iter <T>(this, f);
 }