Boo.Lang.Compiler.LexicalInfoPreservingGeneratorMacro.ExpandImpl C# (CSharp) Method

ExpandImpl() protected method

protected ExpandImpl ( MacroStatement macro ) : Statement
macro Boo.Lang.Compiler.Ast.MacroStatement
return Boo.Lang.Compiler.Ast.Statement
        protected virtual Statement ExpandImpl(MacroStatement macro)
        {
            throw new NotImplementedException();
        }