메소드 | 설명 | |
---|---|---|
AddToStringBuilder ( |
||
AddToStringBuilder ( |
||
CodeBlockBase ( ICodeBlock parent ) : System.Collections.Generic | ||
GetTag ( string tagName ) : List |
||
Replace ( string oldValue, string newValue ) : void | ||
ToString ( ) : string | ||
ToString ( int tabCount, string tabCharacter ) : string |
public AddToStringBuilder ( |
||
builder | ||
리턴 | void |
public AddToStringBuilder ( |
||
builder | ||
tabCount | int | |
tabCharacter | string | |
리턴 | void |
public CodeBlockBase ( ICodeBlock parent ) : System.Collections.Generic | ||
parent | ICodeBlock | |
리턴 | System.Collections.Generic |
public Replace ( string oldValue, string newValue ) : void | ||
oldValue | string | |
newValue | string | |
리턴 | void |
public ToString ( int tabCount, string tabCharacter ) : string | ||
tabCount | int | |
tabCharacter | string | |
리턴 | string |