SortedSetCopier<T>.DeepCopy メソッド

定義

オーバーロード

DeepCopy(SortedSet<T>, CopyContext)

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

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

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

DeepCopy(SortedSet<T>, CopyContext)

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

public System.Collections.Generic.SortedSet<T> DeepCopy (System.Collections.Generic.SortedSet<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedSet<'T>
override this.DeepCopy : System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedSet<'T>
Public Function DeepCopy (input As SortedSet(Of T), context As CopyContext) As SortedSet(Of T)

パラメーター

input
SortedSet<T>

入力。

context
CopyContext

コンテキスト。

戻り値

input のコピーです。

実装

適用対象

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

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

public void DeepCopy (System.Collections.Generic.SortedSet<T> input, System.Collections.Generic.SortedSet<T> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedSet<'T> * System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.SortedSet<'T> * System.Collections.Generic.SortedSet<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As SortedSet(Of T), output As SortedSet(Of T), context As CopyContext)

パラメーター

input
SortedSet<T>

入力。

output
SortedSet<T>

出力。

context
CopyContext

コンテキスト。

実装

適用対象