Boo.Lang.Parser.BooParserBase.AddAttributes C# (CSharp) 메소드

AddAttributes() 보호된 메소드

protected AddAttributes ( AttributeCollection target ) : void
target Boo.Lang.Compiler.Ast.AttributeCollection
리턴 void
        protected void AddAttributes(AttributeCollection target)
        {
            if (target != null) target.Extend(_attributes);
            _attributes.Clear();
        }
BooParserBase