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

◆ Clone()

object System.ComponentModel.MaskedTextProvider.Clone ( )
inline

Implements System.ICloneable.

Definition at line 134 of file MaskedTextProvider.cs.

135 {
136 Type type = base.GetType();
138 {
139 }
141 string text = this.<Mask>k__BackingField;
143 char passwordChar = this._passwordChar;
144 char promptChar = this._promptChar;
145 bool asciiOnly = this.AsciiOnly;
146 string text2 = this.<Mask>k__BackingField;
147 if (text2 == null || text2 != null)
148 {
150 if (cultureInfo2 == null || cultureInfo2 != null)
151 {
153 char promptChar2 = this._promptChar;
154 char passwordChar2 = this._passwordChar;
155 bool asciiOnly2 = this.AsciiOnly;
156 object obj;
157 if (obj != null)
158 {
159 }
160 return obj;
161 }
162 }
163 throw new ArrayTypeMismatchException();
164 }
class f__AnonymousType0<< Count > j__TPar
int< AssignedEditPositionCount > k__BackingField
new Type GetType()
Definition Type.cs:287

References System.ComponentModel.MaskedTextProvider._passwordChar, System.ComponentModel.MaskedTextProvider._promptChar, System.ComponentModel.MaskedTextProvider.AllowPromptAsInput, System.ComponentModel.MaskedTextProvider.AsciiOnly, System.ComponentModel.MaskedTextProvider.Culture, System.Type.GetType(), j__TPar, System.ComponentModel.MaskedTextProvider.k__BackingField, System.ComponentModel.MaskedTextProvider.Mask, System.obj, and System.text.