Exemplo n.º 1
0
        //--//

        public static void Main()
        {
            Master_ProfilerColectionsTests tests = new Master_ProfilerColectionsTests();

            tests.TestStack();
            tests.TestQueue();
            tests.TestArrayList();
        }
Exemplo n.º 2
0
        //--//

        public static void Main()
        {
            Master_ProfilerColectionsTests tests = new Master_ProfilerColectionsTests();

            tests.TestStack();
            tests.TestQueue();
            tests.TestArrayList();

        }