Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EventFieldFormat
enum
System.Diagnostics.Tracing.EventFieldFormat
Enumerator
Default
String
Boolean
Hexadecimal
Xml
Json
HResult
Definition at line
3
of file
EventFieldFormat.cs
.
4
{
5
Default = 0,
6
String
= 2,
7
Boolean
= 3,
8
Hexadecimal
= 4,
9
Xml = 11,
10
Json = 12,
11
HResult
= 15
12
}
System.String
Definition
String.cs:22
System.Diagnostics.Tracing.EventFieldFormat.Hexadecimal
@ Hexadecimal
System.Diagnostics.Tracing.EventFieldFormat.HResult
@ HResult
System.Boolean
Definition
Boolean.cs:10
System
Diagnostics
Tracing
Generated by
1.10.0