Click or drag to resize

ChoiceInfoErrors Property

List of compilation error occurred in the current choice node.

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

Property Value

Type: ListCompilerError
See Also