Freigeben über


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

Definition

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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)

Parameter

input
Nullable<T>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Eine Kopie von input.

Implementiert

Gilt für: