Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LabelInstruction.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Metrics
;
2
3
internal
struct
LabelInstruction
4
{
5
public
int
SourceIndex
{
get
; }
6
7
public
string
LabelName
{
get
; }
8
9
public
LabelInstruction
(
int
sourceIndex
,
string
labelName)
10
{
11
SourceIndex
=
sourceIndex
;
12
LabelName
= labelName;
13
}
14
}
System.Diagnostics.Metrics
Definition
AggregationManager.cs:6
System.ExceptionArgument.sourceIndex
@ sourceIndex
System.Diagnostics.Metrics.LabelInstruction.SourceIndex
int SourceIndex
Definition
LabelInstruction.cs:5
System.Diagnostics.Metrics.LabelInstruction.LabelName
string LabelName
Definition
LabelInstruction.cs:7
System.Diagnostics.Metrics.LabelInstruction.LabelInstruction
LabelInstruction(int sourceIndex, string labelName)
Definition
LabelInstruction.cs:9
System.Diagnostics.Metrics.LabelInstruction
Definition
LabelInstruction.cs:4
source
System.Diagnostics.DiagnosticSource
System.Diagnostics.Metrics
LabelInstruction.cs
Generated by
1.10.0