示例#1
0
 protected override PropertyDeclarationSyntax AddAttribute(PropertyDeclarationSyntax prop)
 {
     return(prop.AddDataMemberAttribute());
 }