C# Class System.Xml.BufferBuilder.BufferBuilder

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Свойство Type Description
s_TraceOutput TextWriter

Méthodes publiques

Méthode Description
Append ( char value ) : void
Append ( char value, int start, int count ) : void
Append ( string value ) : void
Append ( string value, int start, int count ) : void
BufferBuilder ( ) : System.IO
Clear ( ) : void
ToString ( ) : string
ToString ( int startIndex, int len ) : string

Private Methods

Méthode Description
AddBuffer ( ) : void
AppendHelper ( char pSource, int count ) : void
ClearBuffers ( ) : void
CreateBuffers ( ) : void
Recycle ( Buffer buf ) : void
SetLength ( int newLength ) : void
wstrcpy ( char dmem, char smem, int charCount ) : void

Method Details

Append() public méthode

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

Append() public méthode

public Append ( char value, int start, int count ) : void
value char
start int
count int
Résultat void

Append() public méthode

public Append ( string value ) : void
value string
Résultat void

Append() public méthode

public Append ( string value, int start, int count ) : void
value string
start int
count int
Résultat void

BufferBuilder() public méthode

public BufferBuilder ( ) : System.IO
Résultat System.IO

Clear() public méthode

public Clear ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( int startIndex, int len ) : string
startIndex int
len int
Résultat string

Property Details

s_TraceOutput public_oe static_oe property

public static TextWriter s_TraceOutput
Résultat TextWriter