public void AddChild(MemoryNodeBuilder child) { m_unmutableChildren.Add(child.Index); m_mutableChildren.Add(child); }