TemplateWriter Constructor (String, TextReader)

NDoc Core

NDoc Documentation

TemplateWriter Constructor (String, 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.

public TemplateWriter(
   string outPath,
   TextReader template
);

Parameters

outPath
The complete file path to write to.
template
The template's stream reader.

See Also

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