CSharpCompilationOptions.WithOverflowChecks(Boolean) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ WithOverflowChecks(bool enabled);public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions WithOverflowChecks(bool enabled);override this.WithOverflowChecks : bool -> Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptionsPublic Function WithOverflowChecks (enabled As Boolean) As CSharpCompilationOptionsParameters
- enabled
- Boolean