Compartilhar via


FSharpRefCopier<T> Classe

Definição

[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
Herança
FSharpRefCopier<T>
Atributos
Implementações
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpRef<T>>

Construtores

FSharpRefCopier<T>(IDeepCopier<T>)

Métodos

DeepCopy(FSharpRef<T>, CopyContext)

Aplica-se a