次の方法で共有


CSharpCompilationOptions.WithAllowUnsafe(Boolean) メソッド

定義

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

パラメーター

enabled
Boolean

戻り値

適用対象