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