Boo.Lang.Compiler.Steps.BindAndApplyAttributes.ScheduleAttributeApplication C# (CSharp) Method

ScheduleAttributeApplication() private method

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