示例#1
0
 public PropertyName(string name)
 {
     this = new PropertyName(PropertyNameUtils.PropertyNameFromString(name));
 }
示例#2
0
 public PropertyName(string name)
     : this(PropertyNameUtils.PropertyNameFromString(name))
 {
 }