TemplateWriter Constructor (Stream, TextReader)

NDoc Core

NDoc Documentation

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.

public 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