Tmx.AddScenarioCmdletBase.AddScenarioCmdletBase C# (CSharp) Méthode

AddScenarioCmdletBase() public méthode

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