Boo.BooLangStudio.RegisterMsBuildTargetsAttribute.Unregister C# (CSharp) 메소드

Unregister() 공개 메소드

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