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

◆ CurrencyGroupSeparator

string System.Globalization.NumberFormatInfo.CurrencyGroupSeparator
get

Definition at line 221 of file NumberFormatInfo.cs.

222 {
223 get
224 {
225 return this.currencyGroupSeparator;
226 }
227 }