C# Class Mono.VisualC.Code.CodeContainer

Inheritance: CodeAtom
Afficher le fichier Open project: shana/cppinterop

Méthodes publiques

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

Method Details

AddToNamespace() public méthode

public AddToNamespace ( string name, CodeAtom atom ) : void
name string
atom CodeAtom
Résultat void

CodeContainer() public méthode

public CodeContainer ( ) : System
Résultat System

CodeContainer() public méthode

public CodeContainer ( string indentString ) : System
indentString string
Résultat System

Write() public méthode

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void