Compartir a través de


FSharpRefCopier<T> Clase

Definición

[Orleans.RegisterCopier]
public class FSharpRefCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpRef<T>>
[<Orleans.RegisterCopier>]
type FSharpRefCopier<'T> = class
    interface IDeepCopier<ref<'T>>
    interface IDeepCopier
Public Class FSharpRefCopier(Of T)
Implements IDeepCopier(Of FSharpRef(Of T))

Parámetros de tipo

T
Herencia
FSharpRefCopier<T>
Atributos
Implementaciones
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpRef<T>>

Constructores

FSharpRefCopier<T>(IDeepCopier<T>)

Métodos

DeepCopy(FSharpRef<T>, CopyContext)

Se aplica a