Definition at line 29 of file PageBuilderBase.cs.
abstract Stream Ntp.Analyzer.Page.PageBuilderBase.Generate |
( |
| ) |
|
|
pure virtual |
Stream Ntp.Analyzer.Page.PageBuilderBase.ToStream |
( |
string |
text | ) |
|
|
inlineprotected |
Definition at line 35 of file PageBuilderBase.cs.
37 var stream =
new MemoryStream();
39 var writer =
new StreamWriter(stream, Encoding.UTF8);
abstract IEnumerable<StreamDestination> Ntp.Analyzer.Page.PageBuilderBase.Destinations |
|
get |
The documentation for this class was generated from the following file: