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

◆ Remove() [2/2]

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

Definition at line 924 of file MaskedTextProvider.cs.

925 {
927 this.ResetChar(lastAssignedPosition);
928 long num = 0L;
929 testPosition.m_value = (int)num;
931 return true;
932 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.ComponentModel.MaskedTextProvider.LastAssignedPosition, and System.ComponentModel.MaskedTextProvider.ResetChar().