Düzenle

Aracılığıyla paylaş


IDeepCopierProvider.GetBaseCopier<T> Method

Definition

Gets a base type copier capable of copying instances of type T.

public Orleans.Serialization.Cloning.IBaseCopier<T> GetBaseCopier<T> () where T : class;
abstract member GetBaseCopier : unit -> Orleans.Serialization.Cloning.IBaseCopier<'T (requires 'T : null)> (requires 'T : null)
Public Function GetBaseCopier(Of T As Class) () As IBaseCopier(Of T)

Type Parameters

T

The type supported by the returned copier.

Returns

A base type copier capable of copying instances of type T.

Applies to