Method WriteLineAsync
WriteLineAsync()
Declaration
public override Task WriteLineAsync()
Returns
WriteLineAsync(Char)
Declaration
public override Task WriteLineAsync(char value)
Parameters
Type |
Name |
Description |
System.Char |
value |
|
Returns
WriteLineAsync(Char[], Int32, Int32)
Declaration
public override Task WriteLineAsync(char[] buffer, int index, int count)
Parameters
Type |
Name |
Description |
System.Char[] |
buffer |
|
System.Int32 |
index |
|
System.Int32 |
count |
|
Returns
WriteLineAsync(String)
Declaration
public override Task WriteLineAsync(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns