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