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

◆ CurrencyGroupSizes

int [] System.Globalization.NumberFormatInfo.CurrencyGroupSizes
get

Definition at line 176 of file NumberFormatInfo.cs.

177 {
178 get
179 {
180 int[] array = this.currencyGroupSizes;
181 object obj;
182 if (obj == null || obj != null)
183 {
184 }
185 throw new InvalidCastException();
186 }
187 }