Class Comment
Comment extracted from an NC block. Symbol identifies the comment style; Text holds the content without the symbol. Downstream syntaxes (e.g., CsScript) may further trim Text after extracting embedded markers.
public class Comment
- Inheritance
-
Comment
- Inherited Members
- Extension Methods
Properties
Symbol
Comment delimiter used in the NC block (e.g., "%", "()", ";", "//").
public string Symbol { get; set; }
Property Value
Text
Comment body without the delimiter symbol. Initially set by the comment syntax; may be trimmed by CsScriptSyntax after script extraction.
public string Text { get; set; }