点击或拖拽改变大小

SharpList<T> 构造函数

实例化一个对象,需要指定数组的最大长度信息,以及是否从最后一个添加,之前的值为类型默认值
To instantiate an object, you need to specify the maximum length of the array and whether to add it from the last value before the type default

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public SharpList(
	int count,
	bool appendLast = false
)

参数

count
类型:System.Int32
数组的固定长度信息
appendLast (Optional)
类型:System.Boolean
是否从最后一个索引开始添加
参见