C# 클래스 FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockBase

상속: ICodeBlock
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddToStringBuilder() 공개 메소드

public AddToStringBuilder ( StringBuilder builder ) : void
builder System.Text.StringBuilder
리턴 void

AddToStringBuilder() 공개 메소드

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

CodeBlockBase() 공개 메소드

public CodeBlockBase ( ICodeBlock parent ) : System.Collections.Generic
parent ICodeBlock
리턴 System.Collections.Generic

GetTag() 공개 메소드

public GetTag ( string tagName ) : List
tagName string
리턴 List

Replace() 공개 메소드

public Replace ( string oldValue, string newValue ) : void
oldValue string
newValue string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( int tabCount, string tabCharacter ) : string
tabCount int
tabCharacter string
리턴 string