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