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

◆ RemoveAt() [3/3]

bool System.ComponentModel.MaskedTextProvider.RemoveAt ( int startPosition,
int endPosition,
[Out] int testPosition,
[Out] MaskedTextResultHint resultHint )
inline

Definition at line 949 of file MaskedTextProvider.cs.

950 {
951 int length = this._testString.Length;
952 long num = 0L;
953 return this.RemoveAtInt(startPosition, endPosition, testPosition, resultHint, num != 0L);
954 }
class f__AnonymousType0<< Count > j__TPar
bool RemoveAtInt(int startPosition, int endPosition, [Out] int testPosition, [Out] MaskedTextResultHint resultHint, bool testOnly)

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