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 As Stream, _ ByVal template As TextReader _ ) [C#] public TemplateWriter( Stream stream, TextReader template ); [C++] public: TemplateWriter( Stream* stream, TextReader* template ); [JScript] public function TemplateWriter( Stream stream, TextReader template );
TemplateWriter Class | NDoc.Core Namespace | TemplateWriter Constructor Overload List