コード例 #1
0
        public bool addDataNode(CDataNode node)
        {
            if (isExistNode(node.NodeName) == true)
                return false;

            m_listDataNode.Add(node);

            return true;
        }
コード例 #2
0
 public virtual bool readObject(List<string> listStringLines, ref CDataNode node) { return true; }