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

ExpandImpl() protected méthode

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