示例#1
0
        //--//

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

            tests.TestStack();
            tests.TestQueue();
            tests.TestArrayList();
        }
示例#2
0
        //--//

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

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

        }