コード例 #1
0
ファイル: AttributeNode.cs プロジェクト: clk664251332/NewArad
 public void AddChildNode(AttributeNode childNode)
 {
     childNode.SetParent(this);
     m_childNodeList.Add(childNode);
 }