Tmx.NewSuiteCmdletBase.NewSuiteCmdletBase C# (CSharp) Method

NewSuiteCmdletBase() public method

public NewSuiteCmdletBase ( ) : System.Management.Automation
return System.Management.Automation
        public NewSuiteCmdletBase()
        {
            BeforeScenario = new ScriptBlock[]{};
            AfterScenario = new ScriptBlock[]{};
        }
        
NewSuiteCmdletBase