Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LabeledAggregationStatistics.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Diagnostics.Metrics
;
4
5
internal
sealed
class
LabeledAggregationStatistics
6
{
7
public
KeyValuePair<string, string>
[]
Labels
{
get
; }
8
9
public
IAggregationStatistics
AggregationStatistics
{
get
; }
10
11
public
LabeledAggregationStatistics
(
IAggregationStatistics
stats
,
params
KeyValuePair<string, string>
[]
labels
)
12
{
13
AggregationStatistics
=
stats
;
14
Labels
=
labels
;
15
}
16
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Diagnostics.Metrics.LabeledAggregationStatistics.LabeledAggregationStatistics
LabeledAggregationStatistics(IAggregationStatistics stats, params KeyValuePair< string, string >[] labels)
Definition
LabeledAggregationStatistics.cs:11
System.Diagnostics.Metrics.LabeledAggregationStatistics.Labels
KeyValuePair< string, string >[] Labels
Definition
LabeledAggregationStatistics.cs:7
System.Diagnostics.Metrics.LabeledAggregationStatistics.AggregationStatistics
IAggregationStatistics AggregationStatistics
Definition
LabeledAggregationStatistics.cs:9
System.Diagnostics.Metrics.LabeledAggregationStatistics
Definition
LabeledAggregationStatistics.cs:6
System.Diagnostics.Metrics.IAggregationStatistics
Definition
IAggregationStatistics.cs:4
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Diagnostics.Metrics
Definition
AggregationManager.cs:6
source
System.Diagnostics.DiagnosticSource
System.Diagnostics.Metrics
LabeledAggregationStatistics.cs
Generated by
1.10.0