FSharpMapCopier<TKey,TValue> 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 FSharpMapCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>
[<Orleans.RegisterCopier>]
type FSharpMapCopier<'Key, 'Value> = class
interface IDeepCopier<Map<'Key, 'Value>>
interface IDeepCopier
Public Class FSharpMapCopier(Of TKey, TValue)
Implements IDeepCopier(Of FSharpMap(Of TKey, TValue))
Type Parameters
- TKey
- TValue
- Inheritance
-
FSharpMapCopier<TKey,TValue>
- Attributes
- Implements
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>
Constructors
FSharpMapCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Methods
DeepCopy(FSharpMap<TKey,TValue>, CopyContext) |