Interface IPostCloneNew
- Namespace
- Dec
- Assembly
- dec.dll
Used to provide a per-object post-clone callback, applying to the new object.
public interface IPostCloneNew
Methods
PostCloneNew()
Called on the clone of an object.
void PostCloneNew()
Remarks
While members will be initialized, it is possible that classes referenced by this class will not yet be fully cloned. Limit your operations to the current object and its members.