Поделиться через


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.

Реализации

Применяется к