共用方式為


CSharpCompilationOptions.WithOverflowChecks(Boolean) 方法

定義

public:
 Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ WithOverflowChecks(bool enabled);
public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions WithOverflowChecks (bool enabled);
override this.WithOverflowChecks : bool -> Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions
Public Function WithOverflowChecks (enabled As Boolean) As CSharpCompilationOptions

參數

enabled
Boolean

傳回

適用於