Boo.Lang.Compiler.Steps.ApplyAttributeTask.ApplyAttributeTask C# (CSharp) Метод

ApplyAttributeTask() публичный Метод

public ApplyAttributeTask ( CompilerContext context, Boo attribute, Type type ) : System
context Boo.Lang.Compiler.CompilerContext
attribute Boo
type System.Type
Результат System
        public ApplyAttributeTask(CompilerContext context, Boo.Lang.Compiler.Ast.Attribute attribute, Type type)
        {
            _context = context;
            _attribute = attribute;
            _type = type;
            _targetNode = GetTargetNode();
        }