Esempio n. 1
0
        public void TestGetEnumerator()
        {
            int        start = 0, end = 9;
            Int32Range range = new Int32Range(start, end);

            Assert.AreEqual(10, range.Count());

            Dictionary <int, string> dic = new Dictionary <int, string>();
            Hashtable ht = new Hashtable();
        }