集合
就是一种存放多种数据的复杂类型。
基本集合类型
动态数组 ArrayList
列表 :List
栈: Stack
字典: Dictionary
队列: Queue
动态数组ArrayList
初始化,可以不指定大小
获取长度,使用Count属性
添加是使用Add
删除用Remove,RemoveAt
访问[index]
集合
就是一种存放多种数据的复杂类型。
基本集合类型
动态数组 ArrayList
列表 :List
栈: Stack
字典: Dictionary
队列: Queue
动态数组ArrayList
初始化,可以不指定大小
获取长度,使用Count属性
添加是使用Add
删除用Remove,RemoveAt
访问[index]