HashSetCopier<T>.DeepCopy メソッド

定義

オーバーロード

DeepCopy(HashSet<T>, CopyContext)

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

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

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

DeepCopy(HashSet<T>, CopyContext)

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

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

パラメーター

input
HashSet<T>

入力。

context
CopyContext

コンテキスト。

戻り値

HashSet<T>

input のコピーです。

実装

適用対象

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

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

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

パラメーター

input
HashSet<T>

入力。

output
HashSet<T>

出力。

context
CopyContext

コンテキスト。

実装

適用対象