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