WritableValueCollectionTValue 转换 (WritableValueTValue to WritableValueCollectionTValue)
命名空间: TouchSocket.PlcBridges程序集: TouchSocketPro.PlcBridges (在 TouchSocketPro.PlcBridges.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public static implicit operator WritableValueCollection<TValue> (
WritableValue<TValue> writableValue
)
Public Shared Widening Operator CType (
writableValue As WritableValue(Of TValue)
) As WritableValueCollection(Of TValue)
F# does not support the declaration of new casting operators.
- writableValue WritableValueTValue
- 单个可写值。
WritableValueCollectionTValue转换后的
WritableValueCollectionTValue。