Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TypeId
override object System.ComponentModel.EditorAttribute.TypeId
get
Definition at line
16
of file
EditorAttribute.cs
.
17
{
18
get
19
{
20
if
(
_typeId
==
null
)
21
{
22
string
text
=
EditorBaseTypeName
??
string
.Empty;
23
int
num =
text
.IndexOf(
','
);
24
if
(num != -1)
25
{
26
text
=
text
.Substring(0, num);
27
}
28
_typeId
= GetType().FullName +
text
;
29
}
30
return
_typeId
;
31
}
32
}
System.ComponentModel.EditorAttribute.EditorBaseTypeName
string? EditorBaseTypeName
Definition
EditorAttribute.cs:11
System.ComponentModel.EditorAttribute._typeId
string _typeId
Definition
EditorAttribute.cs:8
System.ExceptionArgument.text
@ text
System
ComponentModel
EditorAttribute
Generated by
1.10.0