共用方式為


TupleCopier<T1,T2,T3,T4,T5,T6>.DeepCopy 方法

定義

建立所提供輸入的深層複本。

public Tuple<T1,T2,T3,T4,T5,T6> DeepCopy (Tuple<T1,T2,T3,T4,T5,T6> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * Orleans.Serialization.Cloning.CopyContext -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6
override this.DeepCopy : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * Orleans.Serialization.Cloning.CopyContext -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6
Public Function DeepCopy (input As Tuple(Of T1, T2, T3, T4, T5, T6), context As CopyContext) As Tuple(Of T1, T2, T3, T4, T5, T6)

參數

input
Tuple<T1,T2,T3,T4,T5,T6>

輸入。

context
CopyContext

內容。

傳回

Tuple<T1,T2,T3,T4,T5,T6>

input 的複本。

實作

適用於