标题:使用数组列表
只看楼主
白色的天
Rank: 2
等 级:论坛游民
帖 子:24
专家分:17
注 册:2013-11-9
结帖率:80%
 问题点数:0 回复次数:0 
使用数组列表
我在使用ArrayList数组列表时,我加了命名空间using System.Collections;建了对象myArrayList,用Count表示出了它实际包含的数量,用Capacity表示可以包含的数量,但用Value表示出myArrayList集合所有的数量。我不会啊,
            代码:
                 
            System.Collections.ArrayList myArrayList = new System.Collections.ArrayList();myArrayList对象
            myArrayList.Add("IT中国");
            myArrayList.Add("huhuh");
            myArrayList.Add("!");
            Console.Write("myArrayList");
            Console.WriteLine();
            Console.Write("    Count:{0}",myArrayList.Count);
            Console.WriteLine();
            Console.Write("    Capacity:{0}",myArrayList.Capacity);
            Console.WriteLine();
          用Value表示出myArrayList集合所有的数量。我不会啊,在这转了死脑筋啊
搜索更多相关主题的帖子: 中国 空间 命名 
2013-11-18 22:17



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-423765-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.647102 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved