Specifies whether an integer arithmetic statement that is not in the scope of the checked or unchecked keywords and that results in a value outside the range of the data type should cause a run-time exception. The default is false.
checked
unchecked
Corresponds with the /checked[+|-] flag.
/checked[+|-]
CscTask Class | NAnt.DotNet.Tasks Namespace