Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Attributes
StringDictionary
System.Diagnostics.Switch.Attributes
get
inherited
Definition at line
59
of file
Switch.cs
.
60
{
61
get
62
{
63
Initialize
();
64
if
(
_attributes
==
null
)
65
{
66
_attributes
=
new
StringDictionary
();
67
}
68
return
_attributes
;
69
}
70
}
System.Collections.Specialized.StringDictionary
Definition
StringDictionary.cs:10
System.Diagnostics.Switch._attributes
StringDictionary _attributes
Definition
Switch.cs:30
System.Diagnostics.Switch.Initialize
void Initialize()
Definition
Switch.cs:168
System
Diagnostics
TraceSwitch
Generated by
1.10.0