Exemplo n.º 1
0
 public ParameterInfo[] GetParameters() => handler.GetDescription();
Exemplo n.º 2
0
 public ParameterInfo[] GetParameters()
 {
     return(handler.GetDescription());
 }