CustomOperatorAdapter.OnClone Method
Thread safety: This property is not thread-safe.
OnClone()
Called to clone the CustomOperatorAdapter. This method must be implemented.Syntax
public virtual ICustomOperator OnClone ()
Return Value
Type: ICustomOperator
A copy of the custom operator.
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