Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Keywords
EventKeywords
System.Diagnostics.Tracing.EventSourceOptions.Keywords
get
set
Definition at line
45
of file
EventSourceOptions.cs
.
46
{
47
get
48
{
49
return
keywords
;
50
}
51
set
52
{
53
keywords
=
value
;
54
valuesSet
|= 1;
55
}
56
}
System.ExceptionArgument.value
@ value
System.Diagnostics.Tracing.EventSourceOptions.keywords
EventKeywords keywords
Definition
EventSourceOptions.cs:5
System.Diagnostics.Tracing.EventSourceOptions.valuesSet
byte valuesSet
Definition
EventSourceOptions.cs:15
System
Diagnostics
Tracing
EventSourceOptions
Generated by
1.10.0