Exemplo n.º 1
0
 public Arg(PropertyInfo propertyInfo, ArgAttribute arg, ArgSetAttribute argSet)
 {
     PropertyInfo = propertyInfo;
     ArgAttribute = arg;
     ArgSetAttribute = argSet;
 }
Exemplo n.º 2
0
 public Arg(PropertyInfo propertyInfo, ArgAttribute arg, ArgSetAttribute argSet)
 {
     PropertyInfo    = propertyInfo;
     ArgAttribute    = arg;
     ArgSetAttribute = argSet;
 }