SortedDictionaryCopier<TKey,TValue> クラス

定義

SortedDictionary<TKey,TValue>コピー機。

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

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

コンストラクター

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

SortedDictionaryCopier<TKey,TValue> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

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

DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext)

から input メンバーを複製し、 に outputコピーします。

適用対象