SortedListCopier<TKey,TValue> クラス

定義

SortedList<TKey,TValue>コピー機。

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

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

コンストラクター

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

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

メソッド

DeepCopy(SortedList<TKey,TValue>, CopyContext)

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

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

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

適用対象