WriteLine Method
Overloads
WriteLine(String) |
Write a line to all TextWriter instances registered for the debug console. |
WriteLine(String)
Write a line to all TextWriter instances registered for the debug console.
Declaration
public void WriteLine(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
The text to write. |