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

◆ InsertAt() [4/4]

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

Definition at line 746 of file MaskedTextProvider.cs.

747 {
748 while (input == null)
749 {
750 }
751 int length = this._testString.Length;
752 long num = 0L;
753 return this.InsertAtInt(input, position, testPosition, resultHint, num != 0L);
754 }
class f__AnonymousType0<< Count > j__TPar
bool InsertAtInt(string input, int position, [Out] int testPosition, [Out] MaskedTextResultHint resultHint, bool testOnly)

References System.ComponentModel.MaskedTextProvider._testString, System.input, System.ComponentModel.MaskedTextProvider.InsertAtInt(), j__TPar, System.L, System.length, and System.Text.StringBuilder.Length.