TupleCopier<T1,T2,T3,T4,T5,T6,T7>.DeepCopy Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une copie détaillée de l’entrée fournie.
public Tuple<T1,T2,T3,T4,T5,T6,T7> DeepCopy (Tuple<T1,T2,T3,T4,T5,T6,T7> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * Orleans.Serialization.Cloning.CopyContext -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7
override this.DeepCopy : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * Orleans.Serialization.Cloning.CopyContext -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7
Public Function DeepCopy (input As Tuple(Of T1, T2, T3, T4, T5, T6, T7), context As CopyContext) As Tuple(Of T1, T2, T3, T4, T5, T6, T7)
Paramètres
- input
- Tuple<T1,T2,T3,T4,T5,T6,T7>
Entrée.
- context
- CopyContext
Contexte.
Retours
Tuple<T1,T2,T3,T4,T5,T6,T7>
Copie de input
.