FSharpMapCopier<TKey,TValue> クラス

定義

[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))

型パラメーター

TKey
TValue
継承
FSharpMapCopier<TKey,TValue>
属性
実装
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>

コンストラクター

FSharpMapCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

メソッド

DeepCopy(FSharpMap<TKey,TValue>, CopyContext)

適用対象