コード例 #1
0
 // 添加元素
 public void AddChild(ABnfElement child)
 {
     child.SetParent(this);
     m_childs.Add(child);
 }