C# Class ALFA.ScriptCompiler.CompilerResult

This structure describes the result of a compilation attempt.
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
Compiled bool
Errors IList
Warnings IList

Property Details

Compiled public property

True if the compilation succeeded.
public bool Compiled
return bool

Errors public property

The list of error messages.
public IList Errors
return IList

Warnings public property

The list of warning messages.
public IList Warnings
return IList