FSharpRefCopier<T> Class

Definition

[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))

Type Parameters

T
Inheritance
FSharpRefCopier<T>
Attributes
Implements
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpRef<T>>

Constructors

FSharpRefCopier<T>(IDeepCopier<T>)

Methods

DeepCopy(FSharpRef<T>, CopyContext)

Applies to