Click or drag to resize

MarkdownPropertyParserParse Method (TextReader)

Parses the given text input and recognizes configuration properties.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void Parse(
	TextReader source
)

Parameters

source
Type: System.IOTextReader
The text input.
See Also