TemplateWriter Constructor

NDoc Core

NDoc Documentation

TemplateWriter Constructor

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.

Overload List

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

See Also

TemplateWriter Class | NDoc.Core Namespace