Ejemplo n.º 1
0
 public static HandlerDescriptor Create(MethodInfo method, HandlerAttribute attribute)
 {
     return(new HandlerDescriptor(method, attribute));
 }
Ejemplo n.º 2
0
 private HandlerDescriptor(MethodInfo method, HandlerAttribute attribute)
 {
     Method    = method;
     Attribute = attribute;
 }