Boo.Lang.Compiler.LexicalInfoPreservingMacro.ExpandImpl C# (CSharp) Méthode

ExpandImpl() protected abstract méthode

protected abstract ExpandImpl ( MacroStatement macro ) : Statement
macro Boo.Lang.Compiler.Ast.MacroStatement
Résultat Boo.Lang.Compiler.Ast.Statement
        protected abstract Statement ExpandImpl(MacroStatement macro);
LexicalInfoPreservingMacro