RuleSet.Clone Method

Definition

Creates a deep copy of the current RuleSet.

public:
 System::Workflow::Activities::Rules::RuleSet ^ Clone();
public System.Workflow.Activities.Rules.RuleSet Clone ();
member this.Clone : unit -> System.Workflow.Activities.Rules.RuleSet
Public Function Clone () As RuleSet

Returns

A RuleSet that is identical to this instance.

Applies to