BuildMaster SDK Reference
Version:
CopyTo(System.IO.TextReader reader, System.IO.TextWriter writer) Method
Copies the text from reader to writer.
Syntax
public
static
void CopyTo(System.IO.TextReader reader, System.IO.TextWriter writer)
Parameters
- reader
- Type: System.IO.TextReader
The source System.IO.TextReader.
- writer
- Type: System.IO.TextWriter
The destination System.IO.TextWriter.
Exceptions
System.ArgumentNullException
|
reader is null (Nothing in Visual Basic) or writer is null (Nothing in Visual Basic).
|