Пример #1
0
 public Arg(PropertyInfo propertyInfo, ArgAttribute arg, ArgSetAttribute argSet)
 {
     PropertyInfo = propertyInfo;
     ArgAttribute = arg;
     ArgSetAttribute = argSet;
 }
Пример #2
0
 public Arg(PropertyInfo propertyInfo, ArgAttribute arg, ArgSetAttribute argSet)
 {
     PropertyInfo    = propertyInfo;
     ArgAttribute    = arg;
     ArgSetAttribute = argSet;
 }