1.held back from some action especially by force
2.patterned with alternating squares of color
checked 關(guān)鍵字用于控制整型算術(shù)運(yùn)算和轉(zhuǎn)換的溢出檢查上下文。它可以按照下列形式用作運(yùn)算符或語句。 checked 語句: checked block checked 運(yùn)算符: checked (expression) 其中: block 包含要在已檢查上下文中計(jì)算的表達(dá)式的語句塊。 expression 要在已檢查上下文中計(jì)算的表達(dá)式。注意表達(dá)式必須位于括號 ( ) 內(nèi)。 示例 1 // statements_checked.cs // The overflow of non-constant expressions is checked at run time using