C# Class NodeNetAsync.Views.TemplateRenderer.NodeTextWriter

Inheritance: System.IO.TextWriter
Mostrar archivo Open project: soywiz/NodeNetAsync

Public Methods

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

Method Details

NodeTextWriter() public method

public NodeTextWriter ( IAsyncWriter AsyncWriter ) : System
AsyncWriter IAsyncWriter
return System

WriteAsync() public method

public WriteAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task
buffer char
index int
count int
return System.Threading.Tasks.Task

WriteAsync() public method

public WriteAsync ( string value ) : System.Threading.Tasks.Task
value string
return System.Threading.Tasks.Task