CodecProvider.GetBaseCopier<TField> 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<TField> GetBaseCopier<TField> () where TField : class;
abstract member GetBaseCopier : unit -> Orleans.Serialization.Cloning.IBaseCopier<'Field (requires 'Field : null)> (requires 'Field : null)
override this.GetBaseCopier : unit -> Orleans.Serialization.Cloning.IBaseCopier<'Field (requires 'Field : null)> (requires 'Field : null)
Public Function GetBaseCopier(Of TField As Class) () As IBaseCopier(Of TField)
Type Parameters
- TField
Returns
IBaseCopier<TField>
A base type copier capable of copying instances of type T
.