Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToString()
override
string
System.ComponentModel.Component.ToString
(
)
inline
inherited
Definition at line
86
of file
Component.cs
.
87
{
88
ISite site =
_site
;
89
if
(site ==
null
)
90
{
91
return
GetType().FullName;
92
}
93
return
site.Name +
" ["
+ GetType().FullName +
"]"
;
94
}
System.ComponentModel.Component._site
ISite _site
Definition
Component.cs:8
References
System.ComponentModel.Component._site
.
System
Timers
Timer
Generated by
1.10.0