Compartir a través de


FSharpUnitCopier Clase

Definición

Copiador para 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)
Herencia
ShallowCopier<Microsoft.FSharp.Core.Unit>
FSharpUnitCopier
Atributos

Constructores

FSharpUnitCopier()

Copiador para Microsoft.FSharp.Core.Unit

Métodos

DeepCopy(Object, CopyContext)

Devuelve el valor de entrada.

(Heredado de ShallowCopier<T>)
DeepCopy(T, CopyContext)

Devuelve el valor de entrada.

(Heredado de ShallowCopier<T>)
IsShallowCopyable()

Copiador para Microsoft.FSharp.Core.Unit

(Heredado de ShallowCopier<T>)

Se aplica a