从一个字符串数组对象初始化数据信息
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SecsValue(
string[] value
)
Public Sub New (
value As String()
)
public:
SecsValue(
array<String^>^ value
)
new :
value : string[] -> SecsValue
参数
- value
- 类型:SystemString
字符串数组
参见