Dev2.Studio.Core.Utils.NewWorkflowNames.NewWorkflowNames C# (CSharp) Method

NewWorkflowNames() public method

public NewWorkflowNames ( ) : System
return System
        public NewWorkflowNames()
        {
            _workflowNamesHashSet = new HashSet<string>();
        }