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

◆ VerifyChar()

bool System.ComponentModel.MaskedTextProvider.VerifyChar ( char input,
int position,
[Out] MaskedTextResultHint hint )
inline

Definition at line 1311 of file MaskedTextProvider.cs.

1312 {
1313 hint.value__ = 2;
1314 int length = this._testString.Length;
1315 return this.TestChar(input, position, hint);
1316 }
class f__AnonymousType0<< Count > j__TPar
bool TestChar(char input, int position, [Out] MaskedTextResultHint resultHint)

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