Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
►
Terraria
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
◆
TypeId
override object System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.TypeId
get
Definition at line
12
of file
DesignerSerializerAttribute.cs
.
13
{
14
get
15
{
16
if
(
_typeId
==
null
)
17
{
18
string
text
=
SerializerBaseTypeName
??
string
.Empty;
19
int
num =
text
.IndexOf(
','
);
20
if
(num != -1)
21
{
22
text
=
text
.Substring(0, num);
23
}
24
_typeId
= GetType().FullName +
text
;
25
}
26
return
_typeId
;
27
}
28
}
System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.SerializerBaseTypeName
string? SerializerBaseTypeName
Definition
DesignerSerializerAttribute.cs:10
System.ComponentModel.Design.Serialization.DesignerSerializerAttribute._typeId
string _typeId
Definition
DesignerSerializerAttribute.cs:6
System.ExceptionArgument.text
@ text
System
ComponentModel
Design
Serialization
DesignerSerializerAttribute
Generated by
1.10.0