FSharpMapCopier<TKey, TValue>
class
Namespace: Orleans.Serialization
Copier for
Microsoft.FSharp.Collections.FSharpMap. public class FSharpMapCopier<TKey, TValue> : IDeepCopier, IDeepCopier<FSharpMap<TKey, TValue>>Constructors
FSharpMapCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)Initializes a new instance of theOrleans.Serialization.FSharpMapCopierclass.
Methods
DeepCopy(FSharpMap<TKey, TValue>, CopyContext)Creates a deep copy of the provided input.
