示例#1
0
 public DefaultArgumentTarget(ArgumentAttribute attribute, PropertyInfo property)
     : base(attribute, property)
 {
 }
示例#2
0
 public ArgumentTarget(ArgumentAttribute attribute, PropertyInfo property)
 {
     _attribute = attribute;
     _property = property;
 }