点击或拖拽改变大小

OperateResult.ConvertFailed<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> 方法

将当前的结果对象转换到指定泛型的结果类对象,直接返回指定泛型的失败结果类对象
Convert the current result object to the result class object of the specified generic type, and directly return the result class object of the specified generic type failure

命名空间:  HslCommunication
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public OperateResult<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ConvertFailed<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>()

类型参数

T1
泛型参数一
T2
泛型参数二
T3
泛型参数三
T4
泛型参数四
T5
泛型参数五
T6
泛型参数六
T7
泛型参数七
T8
泛型参数八
T9
泛型参数九
T10
泛型参数十

返回值

类型:OperateResult<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
最终失败的结果类对象
参见