ResultT 转换 (Result to ResultT)
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public static implicit operator Result<T> (
Result result
)
Public Shared Widening Operator CType (
result As Result
) As Result(Of T)
F# does not support the declaration of new casting operators.
- result Result
- 原始的Result对象。
ResultT转换后的
ResultT对象,其中T为泛型参数。