Method | Description | |
---|---|---|
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 | ||
return | void |
public AddToStringBuilder ( |
||
builder | ||
tabCount | int | |
tabCharacter | string | |
return | void |
public CodeBlockBase ( ICodeBlock parent ) : System.Collections.Generic | ||
parent | ICodeBlock | |
return | System.Collections.Generic |
public Replace ( string oldValue, string newValue ) : void | ||
oldValue | string | |
newValue | string | |
return | void |
public ToString ( int tabCount, string tabCharacter ) : string | ||
tabCount | int | |
tabCharacter | string | |
return | string |