C Sharp Programming/Keywords/checked
From Wikibooks, the open-content textbooks collection
The checked and unchecked operators are used to control the overflow checking context for integral-type arithmetic operations and conversions.
checked will check if there is an overflow (this is default)
See also http://www.csharpfriends.com/Spec/index.aspx?specID=14.5.12.htm
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|