C# Class System.Data.SqlClient.TdsParser.ConstrainedTextWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ValidateWriteParameters ( char buffer, int offset, int count ) : void

Method Details

ConstrainedTextWriter() public méthode

public ConstrainedTextWriter ( TextWriter next, int size ) : System.Collections.Generic
next System.IO.TextWriter
size int
Résultat System.Collections.Generic

Flush() public méthode

public Flush ( ) : void
Résultat void

FlushAsync() public méthode

public FlushAsync ( ) : Task
Résultat Task

Write() public méthode

public Write ( char value ) : void
value char
Résultat void

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

WriteAsync() public méthode

public WriteAsync ( char value ) : Task
value char
Résultat Task

WriteAsync() public méthode

public WriteAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
Résultat Task

WriteAsync() public méthode

public WriteAsync ( string value ) : Task
value string
Résultat Task