Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FullName
string
System.ComponentModel.NestedContainer.Site.FullName
get
Implements
System.ComponentModel.INestedSite
.
Definition at line
28
of file
NestedContainer.cs
.
29
{
30
get
31
{
32
if
(
_name
!=
null
)
33
{
34
string
ownerName = ((
NestedContainer
)
Container
).OwnerName;
35
string
text
=
_name
;
36
if
(ownerName !=
null
)
37
{
38
text
= ownerName +
"."
+
text
;
39
}
40
return
text
;
41
}
42
return
_name
;
43
}
44
}
System.ComponentModel.NestedContainer.Site.Container
IContainer Container
Definition
NestedContainer.cs:13
System.ComponentModel.NestedContainer.Site._name
string _name
Definition
NestedContainer.cs:9
System.ComponentModel.NestedContainer.NestedContainer
NestedContainer(IComponent owner)
Definition
NestedContainer.cs:95
System.ExceptionArgument.text
@ text
System
ComponentModel
NestedContainer
Site
Generated by
1.10.0