SerializationManager.DeepCopier Delegate
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.
Deep copier function.
public delegate object SerializationManager.DeepCopier(object original, ICopyContext context);
type SerializationManager.DeepCopier = delegate of obj * ICopyContext -> obj
Public Delegate Function SerializationManager.DeepCopier(original As Object, context As ICopyContext) As Object
Parameters
- original
- Object
Original object to be deep copied.
- context
- ICopyContext
The serialization context.
Return Value
Deep copy of the original object.