StackCopier<T>.DeepCopy メソッド

定義

オーバーロード

DeepCopy(Stack<T>, CopyContext)

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

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

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

DeepCopy(Stack<T>, CopyContext)

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

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

パラメーター

input
Stack<T>

入力。

context
CopyContext

コンテキスト。

戻り値

Stack<T>

input のコピーです。

実装

適用対象

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

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

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

パラメーター

input
Stack<T>

入力。

output
Stack<T>

出力。

context
CopyContext

コンテキスト。

実装

適用対象