TypedOperationInfo.Clone Method

Definition

Creates a copy of the current object.

public:
 override System::Workflow::Activities::OperationInfoBase ^ Clone();
public override System.Workflow.Activities.OperationInfoBase Clone ();
override this.Clone : unit -> System.Workflow.Activities.OperationInfoBase
Public Overrides Function Clone () As OperationInfoBase

Returns

The copy of the object.

Applies to