Method | Description | |
---|---|---|
Generate ( string directory ) : string |
Method | Description | |
---|---|---|
AddBlankLine ( ) : void | ||
AddBlankLine ( bool indentation ) : void | ||
SourceFileGenerator ( |
||
WriteFileContent ( ) : void | ||
WriteLine ( string text ) : void | ||
WriteLine ( string text, bool indentation ) : void |
Method | Description | |
---|---|---|
AddIndent ( ) : void | ||
FinishWork ( ) : void | ||
WriteFileContent ( |
protected AddBlankLine ( bool indentation ) : void | ||
indentation | bool | |
return | void |
public Generate ( string directory ) : string | ||
directory | string | |
return | string |
protected SourceFileGenerator ( |
||
type | ||
rootNamespace | string | |
return | System |
protected abstract WriteFileContent ( ) : void | ||
return | void |
protected WriteLine ( string text, bool indentation ) : void | ||
text | string | |
indentation | bool | |
return | void |