SoftBufferGetCustomerT 方法 |
读取自定义类型的数据,需要规定解析规则
Read custom types of data, need to specify the parsing rules
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public T GetCustomer<T>(
int index
)
where T : new(), IDataTransfer
Public Function GetCustomer(Of T As {New, IDataTransfer}) (
index As Integer
) As T
public:
generic<typename T>
where T : gcnew(), IDataTransfer
T GetCustomer(
int index
)
member GetCustomer :
index : int -> 'T when 'T : new() and IDataTransfer
参数
- index
- 类型:SystemInt32
起始索引
类型参数
- T
- 类型名称
返回值
类型:
T自定义的数据类型
参见