根据指定的存储模式,数据个数来实例化一个对象
According to the specified storage mode, the number of data to instantiate an object
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public LogStatisticsDict(
GenerateMode generateMode,
int arrayLength
)
Public Sub New (
generateMode As GenerateMode,
arrayLength As Integer
)
public:
LogStatisticsDict(
GenerateMode generateMode,
int arrayLength
)
new :
generateMode : GenerateMode *
arrayLength : int -> LogStatisticsDict
参数
- generateMode
- 类型:HslCommunication.LogNetGenerateMode
当前的数据存储模式 - arrayLength
- 类型:SystemInt32
准备存储的数据总个数
参见