C-minor v0.0

IndentableTextWriter.StartBuffering Method

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

Start buffering

public void StartBuffering();

Remarks

Any written text will be accumulated to a temporary buffer and not written to the final text writer until FlushBuffer() is called. Used to "go back" and fill in declarations for temporary variables at the top of a function. Nested buffering is not supported