Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventFieldAttribute.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
[AttributeUsage(
AttributeTargets
.Property)]
4
public
class
EventFieldAttribute
:
Attribute
5
{
6
public
EventFieldTags
Tags
{
get
;
set
; }
7
8
internal
string
?
Name
{
get
; }
9
10
public
EventFieldFormat
Format
{
get
;
set
; }
11
}
System.Attribute
Definition
Attribute.cs:12
System.Diagnostics.Tracing.EventFieldAttribute.Format
EventFieldFormat Format
Definition
EventFieldAttribute.cs:10
System.Diagnostics.Tracing.EventFieldAttribute.Tags
EventFieldTags Tags
Definition
EventFieldAttribute.cs:6
System.Diagnostics.Tracing.EventFieldAttribute.Name
string? Name
Definition
EventFieldAttribute.cs:8
System.Diagnostics.Tracing.EventFieldAttribute
Definition
EventFieldAttribute.cs:5
System.Diagnostics.Tracing.EventFieldTags
EventFieldTags
Definition
EventFieldTags.cs:5
System.Diagnostics.Tracing.EventFieldFormat
EventFieldFormat
Definition
EventFieldFormat.cs:4
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventFieldAttribute.cs
Generated by
1.10.0