C-minor v0.0

IndentableTextWriter.StopBuffering Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: IndentableTextWriter

Finish buffers

public void StopBuffering();

Remarks

Stops buffering so text writing resumes to the underlying text writer. Note: currenty buffer text isn't written until FlushBuffer is called.