点击或拖拽改变大小

SharpListT 方法

SharpListT 泛型公开以下成员。

方法
  名称说明
公共方法Add(IEnumerableT)
将一个可以遍历的数据集合一次性批量的添加到当前的数据缓存中
Adds a traversable data set to the current data cache in one batch
公共方法Add(T)
新增一个数据值
Add a data value
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
公共方法LastValue
获取最后一个值,如果从来没有添加过,则引发异常
Gets the last value and throws an exception if it has never been added
受保护的方法MemberwiseClone (继承自 Object。)
公共方法ToArray
获取数据的浅拷贝数组对象
Get array value of data
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见