コード例 #1
0
        public static void ArrayTest08()
        {
            GenericArrayTest <ArrayTest> cls = new ArrayTest.GenericArrayTest <ArrayTest>();

            cls.Init();
            Console.WriteLine(cls.arr.Length);
            if (cls.arr.Length != 10)
            {
                throw new Exception();
            }
        }
コード例 #2
0
        public static void ArrayTest08()
        {
            GenericArrayTest <ArrayTest> cls = new ArrayTest.GenericArrayTest <ArrayTest>();

            cls.Init();
        }