C# Class FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockBase

Inheritance: ICodeBlock
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AddToStringBuilder ( StringBuilder builder ) : void
AddToStringBuilder ( StringBuilder builder, int tabCount, string tabCharacter ) : void
CodeBlockBase ( ICodeBlock parent ) : System.Collections.Generic
GetTag ( string tagName ) : List
Replace ( string oldValue, string newValue ) : void
ToString ( ) : string
ToString ( int tabCount, string tabCharacter ) : string

Method Details

AddToStringBuilder() public method

public AddToStringBuilder ( StringBuilder builder ) : void
builder System.Text.StringBuilder
return void

AddToStringBuilder() public method

public AddToStringBuilder ( StringBuilder builder, int tabCount, string tabCharacter ) : void
builder System.Text.StringBuilder
tabCount int
tabCharacter string
return void

CodeBlockBase() public method

public CodeBlockBase ( ICodeBlock parent ) : System.Collections.Generic
parent ICodeBlock
return System.Collections.Generic

GetTag() public method

public GetTag ( string tagName ) : List
tagName string
return List

Replace() public method

public Replace ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( int tabCount, string tabCharacter ) : string
tabCount int
tabCharacter string
return string