Exemplo n.º 1
0
 public void Dispose()
 {
     m_table.Clear();
     m_construct = null;
 }
Exemplo n.º 2
0
        //==============================
        // 関数
        //==============================

        public OzackCommandBuilder(HashSet <string> table, ConstructCommand onConstract)
        {
            m_table     = table;
            m_construct = onConstract;
        }