CompilationOptions.CheckOverflow Property

Definition

Whether bounds checking on integer arithmetic is enforced by default or not.

public:  property bool CheckOverflow {  public:
bool get(); protected:
 void set(bool value); };
public bool CheckOverflow { get; protected set; }
member this.CheckOverflow : bool with get, set
Public Property CheckOverflow As Boolean

Property Value

Applies to