C# 클래스 Nintenlord.Event_Assembler.Core.Code.StringReplacers.NewReplacer

상속: IStringReplacer
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
Replace ( string s, string &newString ) : bool

비공개 메소드들

메소드 설명
ContainsAt ( string s, int index, string toSearch ) : bool
FindMacros ( string s ) : SortedDictionary>
GetMacroData ( string s, SortedDictionary replace, int &i, string name ) : void
GetParameterLength ( string s, int index, int &parameters ) : int
GetParameters ( string s, int index ) : string[]
GetParameters ( string s, int index, int &lengthInString ) : string[]

메소드 상세

Replace() 공개 메소드

public Replace ( string s, string &newString ) : bool
s string
newString string
리턴 bool