SortedSetCopier<T> クラス

定義

SortedSet<T>コピー機。

[Orleans.RegisterCopier]
public sealed class SortedSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedSet<T>>
[<Orleans.RegisterCopier>]
type SortedSetCopier<'T> = class
    interface IDeepCopier<SortedSet<'T>>
    interface IDeepCopier
    interface IBaseCopier<SortedSet<'T>>
    interface IBaseCopier
Public NotInheritable Class SortedSetCopier(Of T)
Implements IBaseCopier(Of SortedSet(Of T)), IDeepCopier(Of SortedSet(Of T))

型パラメーター

T

要素型。

継承
SortedSetCopier<T>
属性
実装

コンストラクター

SortedSetCopier<T>(IDeepCopier<T>)

SortedSetCopier<T> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(SortedSet<T>, CopyContext)

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

DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)

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

適用対象