ValueTupleCopier<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 ValueTuple<T1>.
[Orleans.RegisterCopier]
public sealed class ValueTupleCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<(T)>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ValueTupleCopier<'T> = class
interface IDeepCopier<ValueTuple<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ValueTupleCopier(Of T)
Implements IDeepCopier(Of ValueTuple(Of T)), IOptionalDeepCopier
Type Parameters
- T
The element type.
- Inheritance
-
ValueTupleCopier<T>
- Attributes
- Implements
Constructors
ValueTupleCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the ValueTupleCopier<T> class. |
Methods
DeepCopy(ValueTuple<T>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |
Returns true if the type is shallow-copyable. |
Explicit Interface Implementations
IDeepCopier.DeepCopy(Object, CopyContext) |