Boo.Lang.Compiler.Steps.PreProcessExtensionMethods.OnDestructor C# (CSharp) Method

OnDestructor() public method

public OnDestructor ( Boo.Lang.Compiler.Ast.Destructor node ) : void
node Boo.Lang.Compiler.Ast.Destructor
return void
        public override void OnDestructor(Destructor node)
        {
            CheckExtensionSemantics(node);
        }