메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CodeWriter ( |
메소드 | 설명 | |
---|---|---|
WriteIndented ( string s ) : void |
protected CodeWriter ( |
||
writer | ||
리턴 | System |
public EndBlock ( string comment, [ semicolon ) : void | ||
comment | string | |
semicolon | [ | |
리턴 | void |