C# Class Mono.VisualC.Code.CodeContainer

Inheritance: CodeAtom
Show file Open project: shana/cppinterop

Public Methods

Method Description
AddToNamespace ( string name, CodeAtom atom ) : void
CodeContainer ( ) : System
CodeContainer ( string indentString ) : System
Write ( TextWriter writer ) : void

Method Details

AddToNamespace() public method

public AddToNamespace ( string name, CodeAtom atom ) : void
name string
atom CodeAtom
return void

CodeContainer() public method

public CodeContainer ( ) : System
return System

CodeContainer() public method

public CodeContainer ( string indentString ) : System
indentString string
return System

Write() public method

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
return void