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.
[Visual Basic] Public Sub New( _ ByVal outPath As String, _ ByVal template As TextReader _ ) [C#] public TemplateWriter( string outPath, TextReader template ); [C++] public: TemplateWriter( String* outPath, TextReader* template ); [JScript] public function TemplateWriter( String outPath, TextReader template );
TemplateWriter Class | NDoc.Core Namespace | TemplateWriter Constructor Overload List