public class CSharpNameSpace extends NameSpace
| Constructor and Description |
|---|
CSharpNameSpace(String name) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
emitClosures(PrintWriter out)
Method to generate the required CSharp namespace closures
|
(package private) void |
emitDeclarations(PrintWriter out)
Method to generate the required CSharp namespace declarations
|
public CSharpNameSpace(String name)
void emitDeclarations(PrintWriter out)
emitDeclarations in class NameSpacevoid emitClosures(PrintWriter out)
emitClosures in class NameSpace