Click or drag to resize

ChoiceInfoAddError Method

Adds an error to the list of choice errors.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public void AddError(
	CompilerError error
)

Parameters

error
Type: Syntactik.CompilerCompilerError
CompilerError to be added to the list of errors.
See Also