Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PositiveInfinitySymbol

string System.Globalization.NumberFormatInfo.PositiveInfinitySymbol
getset

Definition at line 408 of file NumberFormatInfo.cs.

409 {
410 get
411 {
413 }
414 set
415 {
416 if (value == null)
417 {
418 throw new ArgumentNullException("value");
419 }
422 }
423 }