IDeepCopierProvider.GetBaseCopier<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.