TupleCopier<T> Class
Definition
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>.
[Orleans.RegisterCopier]
public sealed class TupleCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Tuple<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type TupleCopier<'T> = class
interface IDeepCopier<'T>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class TupleCopier(Of T)
Implements IDeepCopier(Of Tuple(Of T)), IOptionalDeepCopier
Type Parameters
- T
The element type.
- Inheritance
-
TupleCopier<T>
- Attributes
- Implements
Constructors
TupleCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the TupleCopier<T> class. |
Methods
DeepCopy(Tuple<T>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |