CompilerSettingsIntegerOverflowChecksEnabled Property
Gets or sets a value that turns overflow-error checking for integer operations on or off.
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IntegerOverflowChecksEnabled { get; set; }
Public Property IntegerOverflowChecksEnabled As Boolean
Get
Set
Dim instance As CompilerSettings
Dim value As Boolean
value = instance.IntegerOverflowChecksEnabled
instance.IntegerOverflowChecksEnabled = value
public:
property bool IntegerOverflowChecksEnabled {
bool get ();
void set (bool value);
}
member IntegerOverflowChecksEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if integer overflow checks are enabled; otherwise,
.