Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NegativeInfinitySymbol
string
System.Globalization.NumberFormatInfo.NegativeInfinitySymbol
get
set
Definition at line
311
of file
NumberFormatInfo.cs
.
312
{
313
get
314
{
315
return
_negativeInfinitySymbol
;
316
}
317
set
318
{
319
if
(
value
==
null
)
320
{
321
throw
new
ArgumentNullException(
"value"
);
322
}
323
VerifyWritable
();
324
_negativeInfinitySymbol
=
value
;
325
}
326
}
System.Globalization.NumberFormatInfo._negativeInfinitySymbol
string _negativeInfinitySymbol
Definition
NumberFormatInfo.cs:31
System.Globalization.NumberFormatInfo.VerifyWritable
void VerifyWritable()
Definition
NumberFormatInfo.cs:653
System.ExceptionArgument.value
@ value
System
Globalization
NumberFormatInfo
Generated by
1.10.0