  | MarkdownPropertyParserParse Method (Stream) | 
 
            Parses the data in the given stream as UTF8 encoded Markdown text
            and recognizes configuration properties.
            
 
    Namespace: 
   Mastersign.Bench.Markdown
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic void Parse(
	Stream source
)
Public Sub Parse ( 
	source As Stream
)
Parameters
- source
 - Type: System.IOStream
The source stream. 
See Also