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