Exemplo n.º 1
0
 public InvokeParameter(PropertyInfo info)
 {
     Info    = info;
     Handler = new PropertyHandler(info);
 }
Exemplo n.º 2
0
 public UrlParamterBuilder(PropertyInfo pi)
 {
     this.Handler = new PropertyHandler(pi);
     this.Name    = pi.Name;
 }