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