c# 定义的属性名与保留关键字冲突

在字段名前面加@符号

public bool @checked { get; set; }