C# Class Nintenlord.Event_Assembler.Core.Code.StringReplacers.NewReplacer

Inheritance: IStringReplacer
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Méthode Description
Replace ( string s, string &newString ) : bool

Private Methods

Méthode Description
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[]

Method Details

Replace() public méthode

public Replace ( string s, string &newString ) : bool
s string
newString string
Résultat bool