ResultT 转换 (ResultT to Result)
隐式转换运算符,将ResultT类型的对象转换为Result类型的对象。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
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对象的结果码和消息。