public void ForAttributes <T>(Action <T> action) where T : Attribute { HandlerType.ForAttribute(action); Method.ForAttribute(action); if (HasInput) { InputType().ForAttribute(action); } }
public void ForAttributes <T>(Action <T> action) where T : Attribute { HandlerType.ForAttribute(action); Method.ForAttribute(action); }