ResultT 转换 (ResultT to Result)
隐式转换运算符,将ResultT类型的对象转换为Result类型的对象。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public static implicit operator Result (
Result<T> result
)
Public Shared Widening Operator CType (
result As Result(Of T)
) As Result
F# does not support the declaration of new casting operators.
- result ResultT
- 要转换的ResultT对象。
Result转换后的Result对象,包含了原ResultT对象的结果码和消息。