Calitha GOLD Parser Engine Documentation

LALRParser.OnCommentRead Event

This event will be called when a comment section has been read.

public event CommentReadHandler OnCommentRead;

Event Data

The event handler receives an argument of type CommentReadEventArgs containing data related to this event. The following CommentReadEventArgs properties provide information specific to this event.

Property Description
Comment The comment that has been read, including comment characters.
Content The content of the comment.
LineComment Determines if it is a line or block comment.

See Also

LALRParser Class | com.calitha.goldparser Namespace