Property | Type | Description |
---|
Method | Description | |
---|---|---|
Flush ( ) : void | ||
LazyTextWriter ( Func |
||
Write ( char buffer, int index, int count ) : void | ||
Write ( string value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public LazyTextWriter ( Func |
||
writerProvider | Func |
|
return | System |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |