예제 #1
0
 public void ForEach(Action <IAccount> action)
 {
     accounts1.ForEach(action);
 }