Property in CompilationResult
Gets a value indicating whether this compilation result contains any error diagnostics.
public bool ContainsErrors { get }
If this value is true, then the value contained in Program will not contain a valid output.
Last updated 2 months ago
Was this helpful?