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

◆ ToString()

override string System.Linq.Expressions.LabelTarget.ToString ( )
inline

Definition at line 15 of file LabelTarget.cs.

16 {
17 if (!string.IsNullOrEmpty(Name))
18 {
19 return Name;
20 }
21 return "UnamedLabel";
22 }

References System.Linq.Expressions.LabelTarget.Name.