[This is preliminary documentation and subject to change.]
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.
Corresponds with the /checked[+|-]
flag.
CscTask Class | NAnt.DotNet.Tasks Namespace