terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Replace() [2/6]

bool System.ComponentModel.MaskedTextProvider.Replace ( char input,
int position,
[Out] int testPosition,
[Out] MaskedTextResultHint resultHint )
inline

Definition at line 988 of file MaskedTextProvider.cs.

989 {
990 int length = this._testString.Length;
991 testPosition.m_value = position;
992 bool flag = this.TestEscapeChar(input, position);
993 int length2 = this._testString.Length;
994 int num;
996 return this.TestSetChar(input, num, resultHint);
997 }
class f__AnonymousType0<< Count > j__TPar
bool TestSetChar(char input, int position, [Out] MaskedTextResultHint resultHint)
bool TestEscapeChar(char input, int position)

References System.ComponentModel.MaskedTextProvider._testString, j__TPar, System.length, System.Text.StringBuilder.Length, System.ComponentModel.MaskedTextProvider.TestEscapeChar(), and System.ComponentModel.MaskedTextProvider.TestSetChar().