Click or drag to resize

CompilerContextErrors Property

List of compiler errors.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public SortedSet<CompilerError> Errors { get; }

Property Value

Type: SortedSetCompilerError
See Also