Boo.BooLangStudio.RegisterMsBuildTargetsAttribute.Unregister C# (CSharp) Méthode

Unregister() public méthode

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void
        public override void Unregister(RegistrationContext context)
        {
            if (context == null) throw new ArgumentException("Bad context to unregister Boo MsBuild task.");
            context.RemoveValue(_safeImportPath,_regLabel);
        }