Tmx.AddScenarioCmdletBase.AddScenarioCmdletBase C# (CSharp) Method

AddScenarioCmdletBase() public method

public AddScenarioCmdletBase ( ) : System.Management.Automation
return System.Management.Automation
        public AddScenarioCmdletBase()
        {
            BeforeTest = new ScriptBlock[]{};
            AfterTest = new ScriptBlock[]{};
        }
        
AddScenarioCmdletBase