Calitha GOLD Parser Engine Documentation

CommentReadEventArgs Constructor 

Creates a new arguments object for a CommentRead event.

public CommentReadEventArgs(
   string comment,
   string content,
   bool lineComment
);

Parameters

comment
The comment including comment characters
content
The content of the comment
lineComment
True for a line comment, otherwise a block comment.

See Also

CommentReadEventArgs Class | com.calitha.goldparser Namespace