Boo.Lang.Compiler.Steps.BindAndApplyAttributes.ScheduleAttributeApplication C# (CSharp) 메소드

ScheduleAttributeApplication() 개인적인 메소드

private ScheduleAttributeApplication ( Boo attribute, Type type ) : void
attribute Boo
type System.Type
리턴 void
        void ScheduleAttributeApplication(Boo.Lang.Compiler.Ast.Attribute attribute, Type type)
        {
            _tasks.Add(new ApplyAttributeTask(_context, attribute, type));
        }