ImmutableDictionaryCopier<TKey,TValue> クラス

定義

[Orleans.RegisterCopier]
public sealed class ImmutableDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableDictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<ImmutableDictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ImmutableDictionary(Of TKey, TValue)), IOptionalDeepCopier

型パラメーター

TKey

キーの型。

TValue

値の型です。

継承
ImmutableDictionaryCopier<TKey,TValue>
属性
実装

コンストラクター

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

ImmutableDictionary<TKey,TValue>コピー機。

メソッド

DeepCopy(ImmutableDictionary<TKey,TValue>, CopyContext)

指定された入力のディープ コピーを作成します。

IsShallowCopyable()

ImmutableDictionary<TKey,TValue>コピー機。

適用対象