Method | Description | |
---|---|---|
NodeTextWriter ( IAsyncWriter AsyncWriter ) : System | ||
WriteAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task | ||
WriteAsync ( string value ) : System.Threading.Tasks.Task |
public NodeTextWriter ( IAsyncWriter AsyncWriter ) : System | ||
AsyncWriter | IAsyncWriter | |
return | System |
public WriteAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task | ||
buffer | char | |
index | int | |
count | int | |
return | System.Threading.Tasks.Task |
public WriteAsync ( string value ) : System.Threading.Tasks.Task | ||
value | string | |
return | System.Threading.Tasks.Task |