Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Level
EventLevel
System.Diagnostics.Tracing.EventSourceOptions.Level
get
set
Definition at line
17
of file
EventSourceOptions.cs
.
18
{
19
get
20
{
21
return
(EventLevel)
level
;
22
}
23
set
24
{
25
level
= checked((
byte
)
value
);
26
valuesSet
|= 4;
27
}
28
}
System.ExceptionArgument.value
@ value
System.Diagnostics.Tracing.EventSourceOptions.level
byte level
Definition
EventSourceOptions.cs:11
System.Diagnostics.Tracing.EventSourceOptions.valuesSet
byte valuesSet
Definition
EventSourceOptions.cs:15
System
Diagnostics
Tracing
EventSourceOptions
Generated by
1.10.0