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

◆ MaskedTextProvider() [7/8]

System.ComponentModel.MaskedTextProvider.MaskedTextProvider ( string mask,
CultureInfo culture,
bool allowPromptAsInput,
char promptChar,
char passwordChar,
bool restrictToAscii )
inline

Definition at line 47 of file MaskedTextProvider.cs.

48 {
49 bool flag = string.IsNullOrEmpty(mask);
50 int stringLength = mask._stringLength;
51 long num = 0L;
52 bool flag2 = MaskedTextProvider.IsPrintableChar(mask[(int)num]);
53 int stringLength2 = mask._stringLength;
54 if (culture == null)
55 {
56 if (stringLength2 == 0)
57 {
58 }
60 }
63 int parent_lcid = array.parent_lcid;
64 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.array, System.culture, System.Globalization.CultureInfo.CurrentCulture, System.ComponentModel.MaskedTextProvider.IsPrintableChar(), j__TPar, System.L, and System.Globalization.CultureInfo.parent_lcid.