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

◆ PasswordChar

char System.ComponentModel.MaskedTextProvider.PasswordChar
getset

Definition at line 425 of file MaskedTextProvider.cs.

426 {
427 get
428 {
429 return this._passwordChar;
430 }
431 set
432 {
433 char promptChar = this._promptChar;
434 bool flag = MaskedTextProvider.IsValidPasswordChar(value);
435 char passwordChar = this._passwordChar;
436 }
437 }
class f__AnonymousType0<< Count > j__TPar