1.held back from some action especially by force
2.patterned with alternating squares of color
checked 关键字用于控制整型算术运算和转换的溢出检查上下文。它可以按照下列形式用作运算符或语句。 checked 语句: checked block checked 运算符: checked (expression) 其中: block 包含要在已检查上下文中计算的表达式的语句块。 expression 要在已检查上下文中计算的表达式。注意表达式必须位于括号 ( ) 内。 示例 1 // statements_checked.cs // The overflow of non-constant expressions is checked at run time using