Esempio n. 1
0
 public DefaultArgumentTarget(ArgumentAttribute attribute, PropertyInfo property)
     : base(attribute, property)
 {
 }
Esempio n. 2
0
 public ArgumentTarget(ArgumentAttribute attribute, PropertyInfo property)
 {
     _attribute = attribute;
     _property = property;
 }