示例#1
0
 public void EachInstance(Action <Type, Instance> action)
 {
     _outer.EachInstance(action);
     _parent.EachInstance(action);
 }