コード例 #1
0
 public void AddChild(IDescription child)
 {
     GetChildren().Add(child.key, child);
     child.SetParent(this);
 }