摘要: http://stackoverflow.com/questions/1195030/why-is-this-name-not-cls-compliantTo get around this error you can either:Rename your property (recommended):protected bool isNew;Set your whole assembly to be non CLS compliant:[assembly:CLSCompliant(false)]Add an attribute just to your property:[CLSCompli 阅读全文
posted @ 2014-04-10 10:05 RobotTech 阅读(238) 评论(0) 推荐(0) 编辑