NullableCopier<T>.DeepCopy(Nullable<T>, CopyContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建提供的输入的深层副本。
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
上下文。
返回
Nullable<T>
input
的副本。