EmitOptions.DefaultSourceFileEncoding Property

Definition

The encoding used to parse source files that do not have a Byte Order Mark. If specified, is stored in the emitted PDB in order to allow recreating the original compilation.

public System.Text.Encoding? DefaultSourceFileEncoding { get; }
member this.DefaultSourceFileEncoding : System.Text.Encoding
Public ReadOnly Property DefaultSourceFileEncoding As Encoding

Property Value

Applies to