Partager via


TupleCopier<T1,T2,T3,T4,T5>.DeepCopy Méthode

Définition

Crée une copie détaillée de l’entrée fournie.

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

Paramètres

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

Entrée.

context
CopyContext

Contexte.

Retours

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

Copie de input.

Implémente

S’applique à