public TValue[] GetValueArray<TValue>(
string propertyName = null
)
where TValue : struct, new()
Public Function GetValueArray(Of TValue As {Structure, New}) (
Optional propertyName As String = Nothing
) As TValue()
member GetValueArray :
?propertyName : string
(* Defaults:
let _propertyName = defaultArg propertyName null
*)
-> 'TValue[] when 'TValue : struct, new()
[缺少 "M:TouchSocket.Modbus.ModbusObject.GetValueArray``1(System.String)" 的 <param name="propertyName"/> 文档]
[缺少 "M:TouchSocket.Modbus.ModbusObject.GetValueArray``1(System.String)" 的 <typeparam name="TValue"/> 文档]
[缺少 "M:TouchSocket.Modbus.ModbusObject.GetValueArray``1(System.String)" 的 <returns> 文档]
ArgumentException | |
Exception | |
NotSupportedException |