Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
VerifyGroupSeparator()
static void System.Globalization.NumberFormatInfo.VerifyGroupSeparator
(
string
groupSep
,
string
propertyName
)
inline
static
private
Definition at line
566
of file
NumberFormatInfo.cs
.
567
{
568
if
(groupSep ==
null
)
569
{
570
throw
new
ArgumentNullException(propertyName);
571
}
572
}
System
Globalization
NumberFormatInfo
Generated by
1.10.0