C# 클래스 NodeNetAsync.Views.TemplateRenderer.NodeTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: soywiz/NodeNetAsync

공개 메소드들

메소드 설명
NodeTextWriter ( IAsyncWriter AsyncWriter ) : System
WriteAsync ( char buffer, int index, int count ) : System.Threading.Tasks.Task
WriteAsync ( string value ) : System.Threading.Tasks.Task

메소드 상세

NodeTextWriter() 공개 메소드

public NodeTextWriter ( IAsyncWriter AsyncWriter ) : System
AsyncWriter IAsyncWriter
리턴 System

WriteAsync() 공개 메소드

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

WriteAsync() 공개 메소드

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