CSharpCompilationOptions.AllowUnsafe Property

Definition

Allow unsafe regions (i.e. unsafe modifiers on members and unsafe blocks).

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

Property Value

Applies to