Beispiel #1
0
        //-----------------------------------------------------------------------------

        public void Dispose()
        {
            m_TileBlocks.Clear();
            m_BlockPointCount.Clear();

            if (m_TileBlockInfoCollection != null)
            {
                m_TileBlockInfoCollection.Dispose();
            }
        }
Beispiel #2
0
        //-----------------------------------------------------------------------------

        public void Dispose()
        {
            m_BlockPointCount.Clear();
            if (m_TileBlockInfoCollection != null)
            {
                m_TileBlockInfoCollection.Dispose();
            }

            OnMessage = null;
            OnError   = null;
            OnFinish  = null;
        }