Method | Description | |
---|---|---|
BeginBlock ( ) : void | ||
BeginBlock ( string comment ) : void | ||
Dedent ( [ count ) : void | ||
Dispose ( ) : void | ||
EndBlock ( [ semicolon ) : void | ||
EndBlock ( string comment, [ semicolon ) : void | ||
Indent ( [ count ) : void | ||
Write ( string block ) : void | ||
WriteCommentedLine ( string block ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( string block ) : void | ||
WriteStatement ( string block ) : void | ||
WriteUnindented ( string block ) : void |
Method | Description | |
---|---|---|
CodeWriter ( |
Method | Description | |
---|---|---|
WriteIndented ( string s ) : void |
protected CodeWriter ( |
||
writer | ||
return | System |
public EndBlock ( string comment, [ semicolon ) : void | ||
comment | string | |
semicolon | [ | |
return | void |
public WriteCommentedLine ( string block ) : void | ||
block | string | |
return | void |
public WriteStatement ( string block ) : void | ||
block | string | |
return | void |
public WriteUnindented ( string block ) : void | ||
block | string | |
return | void |