Méthode | Description | |
---|---|---|
Generate ( string directory ) : string |
Méthode | Description | |
---|---|---|
AddBlankLine ( ) : void | ||
AddBlankLine ( bool indentation ) : void | ||
SourceFileGenerator ( |
||
WriteFileContent ( ) : void | ||
WriteLine ( string text ) : void | ||
WriteLine ( string text, bool indentation ) : void |
Méthode | Description | |
---|---|---|
AddIndent ( ) : void | ||
FinishWork ( ) : void | ||
WriteFileContent ( |
protected AddBlankLine ( bool indentation ) : void | ||
indentation | bool | |
Résultat | void |
public Generate ( string directory ) : string | ||
directory | string | |
Résultat | string |
protected SourceFileGenerator ( |
||
type | ||
rootNamespace | string | |
Résultat | System |
protected abstract WriteFileContent ( ) : void | ||
Résultat | void |
protected WriteLine ( string text, bool indentation ) : void | ||
text | string | |
indentation | bool | |
Résultat | void |