Interface ICloner
Syntax
Methods
AfterClone(Type, Object)
Declaration
void AfterClone(Type type, object clone)
Parameters
BeforeClone(Type, Object)
Declaration
void BeforeClone(Type type, object original)
Parameters
ConstructClone(Type, Object)
Declaration
object ConstructClone(Type type, object original)
Parameters
Returns
FillClone(Type, ref Object, Object, CloningContext)
Declaration
void FillClone(Type type, ref object clone, object original, CloningContext context)
Parameters
Handles(Type)
Declaration
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Extension Methods