NDoc 1.3.1 SDK

TemplateWriter Constructor (Stream, TextReader)

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
);

Parameters

stream
The stream to write to.
template
The template's stream reader.

See Also

TemplateWriter Class | NDoc.Core Namespace | TemplateWriter Constructor Overload List