Example #1
0
        public static void Mainy()
        {
            try
            {
            }
            catch (Exception)
            {
            }

            STRMAP Strmap;
            Strmap = new STRMAP();
            Strmap = new STRMAP();
            Strmap = null;

            GC.Collect();
            GC.WaitForPendingFinalizers();
            GC.Collect();
            Console.Out.WriteLine(STRMAP.icFinal + " finalized.");
        }
Example #2
0
        public static void Mainy()
        {
            try
            {
            }
            catch (Exception)
            {
            }

            STRMAP Strmap;

            Strmap = new STRMAP();
            Strmap = new STRMAP();
            Strmap = null;

            GC.Collect();
            GC.WaitForPendingFinalizers();
            GC.Collect();
            Console.Out.WriteLine(STRMAP.icFinal + " finalized.");
        }