Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TwoTagsBag.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Diagnostics.Metrics
;
4
5
internal
struct
TwoTagsBag
6
{
7
internal
KeyValuePair<string, object>
Tag1
;
8
9
internal
KeyValuePair<string, object>
Tag2
;
10
11
internal
TwoTagsBag
(
KeyValuePair<string, object>
tag1
,
KeyValuePair<string, object>
tag2
)
12
{
13
Tag1
=
tag1
;
14
Tag2
=
tag2
;
15
}
16
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Diagnostics.Metrics
Definition
AggregationManager.cs:6
System.Diagnostics.Metrics.TwoTagsBag.Tag1
KeyValuePair< string, object > Tag1
Definition
TwoTagsBag.cs:7
System.Diagnostics.Metrics.TwoTagsBag.TwoTagsBag
TwoTagsBag(KeyValuePair< string, object > tag1, KeyValuePair< string, object > tag2)
Definition
TwoTagsBag.cs:11
System.Diagnostics.Metrics.TwoTagsBag.Tag2
KeyValuePair< string, object > Tag2
Definition
TwoTagsBag.cs:9
System.Diagnostics.Metrics.TwoTagsBag
Definition
TwoTagsBag.cs:6
source
System.Diagnostics.DiagnosticSource
System.Diagnostics.Metrics
TwoTagsBag.cs
Generated by
1.10.0