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

◆ Opcode

EventOpcode System.Diagnostics.Tracing.EventSourceOptions.Opcode
getset

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 }