Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Opcode
EventOpcode
System.Diagnostics.Tracing.EventSourceOptions.Opcode
get
set
Definition at line
30
of file
EventSourceOptions.cs
.
31
{
32
get
33
{
34
return
(EventOpcode)
opcode
;
35
}
36
set
37
{
38
opcode
= checked((
byte
)
value
);
39
valuesSet
|= 8;
40
}
41
}
System.ExceptionArgument.value
@ value
System.Diagnostics.Tracing.EventSourceOptions.opcode
byte opcode
Definition
EventSourceOptions.cs:13
System.Diagnostics.Tracing.EventSourceOptions.valuesSet
byte valuesSet
Definition
EventSourceOptions.cs:15
System
Diagnostics
Tracing
EventSourceOptions
Generated by
1.10.0