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

◆ NumberGroupSizes

int [] System.Globalization.NumberFormatInfo.NumberGroupSizes
get

Definition at line 191 of file NumberFormatInfo.cs.

192 {
193 get
194 {
195 int[] array = this.numberGroupSizes;
196 object obj;
197 if (obj == null || obj != null)
198 {
199 }
200 throw new InvalidCastException();
201 }
202 }