Edytuj

Udostępnij za pośrednictwem


FSharpUnitCopier Class

Definition

Copier for 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)
Inheritance
ShallowCopier<Microsoft.FSharp.Core.Unit>
FSharpUnitCopier
Attributes

Constructors

FSharpUnitCopier()

Methods

DeepCopy(Object, CopyContext)

Returns the input value.

(Inherited from ShallowCopier<T>)
DeepCopy(T, CopyContext)

Returns the input value.

(Inherited from ShallowCopier<T>)
IsShallowCopyable() (Inherited from ShallowCopier<T>)

Applies to