예제 #1
0
        public void TestIsEmpty()
        {
            CSmartArray testArray = CSmartArrayFactory.Create();

            Assert.IsTrue(testArray.IsEmpty());
        }