Initializes a new instance of the TemplateWriter class for the specified file on the specified path, using the specified template stream and using the default encoding and buffer size.
Initializes a new instance of the TemplateWriter class for the specified stream, using the specified template stream and using the default encoding and buffer size.
[Visual Basic] Public Sub New(ByVal Stream,ByVal TextReader)
[C#] public TemplateWriter(Stream,TextReader);
[C++] public: TemplateWriter(Stream*,TextReader*);
[JScript] public function TemplateWriter(Stream,TextReader);
Initializes a new instance of the TemplateWriter class for the specified file on the specified path, using the specified template stream and using the default encoding and buffer size.
[Visual Basic] Public Sub New(ByVal String,ByVal TextReader)
[C#] public TemplateWriter(string,TextReader);
[C++] public: TemplateWriter(String*,TextReader*);
[JScript] public function TemplateWriter(String,TextReader);
TemplateWriter Class | NDoc.Core Namespace