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

◆ IsInterned() [2/2]

static ? string System.String.IsInterned ( string str)
inlinestatic

Definition at line 84 of file String.cs.

85 {
86 if ((object)str == null)
87 {
88 throw new ArgumentNullException("str");
89 }
90 return str.IsInterned();
91 }

References System.str.