Edytuj

Udostępnij za pośrednictwem


NullableCopier<T>.DeepCopy(Nullable<T>, CopyContext) Method

Definition

Creates a deep copy of the provided input.

public T? DeepCopy (T? input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Nullable<'T (requires 'T : struct)> * Orleans.Serialization.Cloning.CopyContext -> Nullable<'T (requires 'T : struct)>
override this.DeepCopy : Nullable<'T (requires 'T : struct)> * Orleans.Serialization.Cloning.CopyContext -> Nullable<'T (requires 'T : struct)>
Public Function DeepCopy (input As Nullable(Of T), context As CopyContext) As Nullable(Of T)

Parameters

input
Nullable<T>

The input.

context
CopyContext

The context.

Returns

A copy of input.

Implements

Applies to