Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Attributes

StringDictionary System.Diagnostics.TraceSource.Attributes
get

Definition at line 25 of file TraceSource.cs.

26 {
27 get
28 {
29 Initialize();
30 if (_attributes == null)
31 {
33 }
34 return _attributes;
35 }
36 }