摘要:
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 阅读全文