| 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
)
Public Sub Parse (
source As TextReader
)
Parameters
- source
- Type: System.IOTextReader
The text input.
See Also