CustomOperatorAdapter.OnClone Method
Called to clone the CustomOperatorAdapter. This method must be implemented.
OnClone()
Called to clone the CustomOperatorAdapter. This method must be implemented.Syntax
public virtual ICustomOperator OnClone ()
Return Value
A copy of the custom operator.
Remarks
This method is called when the referring proxy object is cloned and must be overridden and return a proper copy of the custom operator.
Platforms
Windows, Linux, Android