SecsValue 构造函数 (IEnumerableObject) |
从一个类型为
Object 数组的对象初始化数据,初始化后,本对象为
List 类型
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.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.GenericIEnumerableObject
数据值信息
参见