TupleCopier<T1,T2,T3,T4,T5,T6> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for Tuple<T1,T2,T3,T4,T5,T6>.
[Orleans.RegisterCopier]
public sealed class TupleCopier<T1,T2,T3,T4,T5,T6> : Orleans.Serialization.Cloning.IDeepCopier<Tuple<T1,T2,T3,T4,T5,T6>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type TupleCopier<'T1, 'T2, 'T3, 'T4, 'T5, 'T6> = class
interface IDeepCopier<'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class TupleCopier(Of T1, T2, T3, T4, T5, T6)
Implements IDeepCopier(Of Tuple(Of T1, T2, T3, T4, T5, T6)), IOptionalDeepCopier
- T1
The type of the tuple's first component.
- T2
The type of the tuple's second component.
- T3
The type of the tuple's third component.
- T4
The type of the tuple's fourth component.
- T5
The type of the tuple's fifth component.
- T6
The type of the tuple's sixth component.
- Inheritance
-
TupleCopier<T1,T2,T3,T4,T5,T6>
- Attributes
- Implements
Tuple |
Initializes a new instance of the TupleCopier<T1,T2,T3,T4,T5,T6> class. |
Deep |
Creates a deep copy of the provided input. |
Is |
Προϊόν | Εκδόσεις |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |