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));
        }