FSharpRefCopier<T>
class
Namespace: Orleans.Serialization
Copier for
Microsoft.FSharp.Core.FSharpRef. public class FSharpRefCopier<T> : IDeepCopier, IDeepCopier<FSharpRef<T>>Constructors
FSharpRefCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.FSharpRefCopierclass.
Methods
DeepCopy(FSharpRef<T>, CopyContext)Creates a deep copy of the provided input.
