C# 클래스 System.Data.SqlClient.TdsParser.ConstrainedTextWriter

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

공개 메소드들

메소드 설명
ConstrainedTextWriter ( TextWriter next, int size ) : System.Collections.Generic
Flush ( ) : void
FlushAsync ( ) : Task
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
WriteAsync ( char value ) : Task
WriteAsync ( char buffer, int index, int count ) : Task
WriteAsync ( string value ) : Task

비공개 메소드들

메소드 설명
ValidateWriteParameters ( char buffer, int offset, int count ) : void

메소드 상세

ConstrainedTextWriter() 공개 메소드

public ConstrainedTextWriter ( TextWriter next, int size ) : System.Collections.Generic
next System.IO.TextWriter
size int
리턴 System.Collections.Generic

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( ) : Task
리턴 Task

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void

Write() 공개 메소드

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

WriteAsync() 공개 메소드

public WriteAsync ( char value ) : Task
value char
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
리턴 Task

WriteAsync() 공개 메소드

public WriteAsync ( string value ) : Task
value string
리턴 Task