共用方式為


NullableCopier<T>.DeepCopy(Nullable<T>, CopyContext) 方法

定義

建立所提供輸入的深層複本。

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)

參數

input
Nullable<T>

輸入。

context
CopyContext

內容。

傳回

input 的複本。

實作

適用於