Boo.BooLangStudio.RegisterMsBuildTargetsAttribute.Unregister C# (CSharp) Method

Unregister() public method

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