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