Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Intern()
[2/2]
static
string
System.String.Intern
(
string
str
)
inline
static
Definition at line
75
of file
String.cs
.
76
{
77
if
((
object
)
str
==
null
)
78
{
79
throw
new
ArgumentNullException(
"str"
);
80
}
81
return
str
.Intern();
82
}
System.ExceptionArgument.str
@ str
References
System.str
.
System
String
Generated by
1.10.0