Click or drag to resize

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; }

Property Value

Type: Regex
See Also