Edit

Share via


NullableCopier<T> Class

Definition

Copier for Nullable<T>.

[Orleans.RegisterCopier]
public sealed class NullableCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<T?>, Orleans.Serialization.Cloning.IOptionalDeepCopier where T : struct
[<Orleans.RegisterCopier>]
type NullableCopier<'T (requires 'T : struct)> = class
    interface IDeepCopier<Nullable<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class NullableCopier(Of T)
Implements IDeepCopier(Of Nullable(Of T)), IOptionalDeepCopier

Type Parameters

T

The element type.

Inheritance
NullableCopier<T>
Attributes
Implements

Constructors

NullableCopier<T>(IDeepCopier<T>)

Initializes a new instance of the NullableCopier<T> class.

Methods

DeepCopy(Nullable<T>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Explicit Interface Implementations

IDeepCopier.DeepCopy(Object, CopyContext)

Applies to