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