コード例 #1
0
ファイル: CompilerKeys.cs プロジェクト: paulcbetts/stiletto
 public static string ForProperty(PropertyDefinition property)
 {
     var name = property.GetNamedAttributeName();
     return ForType(property.PropertyType, name);
 }