FSharpResultCopier<T,TError> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public FSharpResultCopier (Orleans.Serialization.Cloning.IDeepCopier<T> copier1, Orleans.Serialization.Cloning.IDeepCopier<TError> copier2);
new Orleans.Serialization.FSharpResultCopier<'T, 'Error> : Orleans.Serialization.Cloning.IDeepCopier<'T> * Orleans.Serialization.Cloning.IDeepCopier<'Error> -> Orleans.Serialization.FSharpResultCopier<'T, 'Error>
Public Sub New (copier1 As IDeepCopier(Of T), copier2 As IDeepCopier(Of TError))
参数
- copier1
- IDeepCopier<T>
- copier2
- IDeepCopier<TError>