FSharpMapCopier<TKey,TValue> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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))
Parámetros de tipo
- TKey
- TValue
- Herencia
-
FSharpMapCopier<TKey,TValue>
- Atributos
- Implementaciones
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>
Constructores
FSharpMapCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Métodos
DeepCopy(FSharpMap<TKey,TValue>, CopyContext) |