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

◆ PercentGroupSizes

int [] System.Globalization.NumberFormatInfo.PercentGroupSizes
get

Definition at line 206 of file NumberFormatInfo.cs.

207 {
208 get
209 {
210 int[] array = this.percentGroupSizes;
211 object obj;
212 if (obj == null || obj != null)
213 {
214 }
215 throw new InvalidCastException();
216 }
217 }