FSharpRefCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |