Copies the text lines form the template to the output stream until a specific line is found.
[Visual Basic] Public Function CopyToLine( _ ByVal toLine As String _ ) As Boolean [C#] public bool CopyToLine( string toLine ); [C++] public: bool CopyToLine( String* toLine ); [JScript] public function CopyToLine( String toLine ): bool;
true if the line was found, false if the end of the template stream was reached.
TemplateWriter Class | NDoc.Core Namespace