C# Class Grunwald.CocoAddIn.LazyTextWriter

Inheritance: System.IO.TextWriter
Mostra file Open project: dgrunwald/coco-addin

Private Properties

Property Type Description

Public Methods

Method Description
Flush ( ) : void
LazyTextWriter ( Func writerProvider ) : System
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( object value ) : void
WriteLine ( string value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

LazyTextWriter() public method

public LazyTextWriter ( Func writerProvider ) : System
writerProvider Func
return System

Write() public method

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

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( object value ) : void
value object
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void