FSharpUnitCopier 类

定义

Microsoft.FSharp.Core.Unit 复制器

[Orleans.RegisterCopier]
public sealed class FSharpUnitCopier : Orleans.Serialization.Cloning.ShallowCopier<Microsoft.FSharp.Core.Unit>
[<Orleans.RegisterCopier>]
type FSharpUnitCopier = class
    inherit ShallowCopier<unit>
Public NotInheritable Class FSharpUnitCopier
Inherits ShallowCopier(Of Unit)
继承
ShallowCopier<Microsoft.FSharp.Core.Unit>
FSharpUnitCopier
属性

构造函数

FSharpUnitCopier()

Microsoft.FSharp.Core.Unit 复制器

方法

DeepCopy(Object, CopyContext)

返回输入值。

(继承自 ShallowCopier<T>)
DeepCopy(T, CopyContext)

返回输入值。

(继承自 ShallowCopier<T>)
IsShallowCopyable()

Microsoft.FSharp.Core.Unit 复制器

(继承自 ShallowCopier<T>)

适用于