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

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