コード例 #1
0
        //--//

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

            tests.TestStack();
            tests.TestQueue();
            tests.TestArrayList();
        }
コード例 #2
0
ファイル: Master.cs プロジェクト: aura1213/netmf-interpreter
        //--//

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

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

        }