Gets or sets a character that indicates that a line in the source represents a comment.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public char CommentPrefix { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CommentPrefix As Char |
Field Value
The default value is '#' (pound).
Remarks
May be set to '\0' (null) to disable comment handling.
Comment lines are excluded from the record set.
