NullableCopier<T>(IDeepCopier<T>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe NullableCopier<T>.
public NullableCopier (Orleans.Serialization.Cloning.IDeepCopier<T> copier);
new Orleans.Serialization.Codecs.NullableCopier<'T (requires 'T : struct)> : Orleans.Serialization.Cloning.IDeepCopier<'T (requires 'T : struct)> -> Orleans.Serialization.Codecs.NullableCopier<'T (requires 'T : struct)>
Public Sub New (copier As IDeepCopier(Of T))
Parâmetros
- copier
- IDeepCopier<T>
O copiador.