Exemplo n.º 1
0
 public static string ForProperty(PropertyDefinition property)
 {
     var name = property.GetNamedAttributeName();
     return ForType(property.PropertyType, name);
 }