Свойство | Type | Description | |
---|---|---|---|
InternalOutputTabs | void | ||
WriteLine | void |
Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
IndentedTextWriter ( |
||
IndentedTextWriter ( |
||
Write ( bool value ) : void | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( object value ) : void | ||
Write ( string s ) : void | ||
Write ( string format, object arg0 ) : void | ||
Write ( string format, object arg0, object arg1 ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( bool value ) : void | ||
WriteLine ( char value ) : void | ||
WriteLine ( char buffer, int index, int count ) : void | ||
WriteLine ( double value ) : void | ||
WriteLine ( float value ) : void | ||
WriteLine ( int value ) : void | ||
WriteLine ( long value ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string s ) : void | ||
WriteLine ( string format, object arg0 ) : void | ||
WriteLine ( string format, object arg0, object arg1 ) : void | ||
WriteLineNoTabs ( string s ) : void |
Méthode | Description | |
---|---|---|
OutputTabs ( ) : void |
Méthode | Description | |
---|---|---|
InternalOutputTabs ( ) : void | ||
WriteLine ( UInt32 value ) : void |
public IndentedTextWriter ( |
||
writer | ||
Résultat | System.Diagnostics |
public IndentedTextWriter ( |
||
writer | ||
tabString | string | |
Résultat | System.Diagnostics |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public Write ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public Write ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |
public WriteLine ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public WriteLine ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Résultat | void |