ISpecializableCopier.GetSpecializedCopier(Type) 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 an IDeepCopier implementation which supports the specified type.
public Orleans.Serialization.Cloning.IDeepCopier GetSpecializedCopier (Type type);
abstract member GetSpecializedCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
Public Function GetSpecializedCopier (type As Type) As IDeepCopier
Parameters
- type
- Type
The type.
Returns
An IDeepCopier implementation which supports the specified type.