IMethodSymbol.IsCheckedBuiltin Property

Definition

Returns whether this built-in operator checks for integer overflow.

public:
 property bool IsCheckedBuiltin { bool get(); };
public bool IsCheckedBuiltin { get; }
member this.IsCheckedBuiltin : bool
Public ReadOnly Property IsCheckedBuiltin As Boolean

Property Value

Applies to