ImmutableSortedDictionaryCopier<TKey,TValue> クラス

定義

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

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

コンストラクター

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

ImmutableSortedDictionary<TKey,TValue>コピー機。

メソッド

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

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

IsShallowCopyable()

ImmutableSortedDictionary<TKey,TValue>コピー機。

適用対象