FSharpRefCopier<T> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[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) |