SecsValue 构造函数 (IEnumerable<Object>) |
从一个类型为
Object 数组的对象初始化数据,初始化后,本对象为
List 类型
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法public SecsValue(
IEnumerable<Object> value
)
Public Sub New (
value As IEnumerable(Of Object)
)
public:
SecsValue(
IEnumerable<Object^>^ value
)
new :
value : IEnumerable<Object> -> SecsValue
参数
- value
- 类型:System.Collections.Generic.IEnumerable<Object>
数据值信息
参见