| MarkdownPropertyParserGroupEndCue Property |
This regular expression is used to detect the end of a property group.
Properties, which are recognized after this expression matches a line,
are stored as ungrouped properties.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public Regex GroupEndCue { get; set; }
Public Property GroupEndCue As Regex
Get
Set
Property Value
Type:
RegexSee Also