Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AggregatorLookupFunc.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Diagnostics.Metrics
;
4
5
internal
delegate
bool
AggregatorLookupFunc<TAggregator>
(
ReadOnlySpan
<
KeyValuePair<string, object>
>
labels
,
out
TAggregator
aggregator
);
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Diagnostics.Metrics.AggregatorLookupFunc< TAggregator >
delegate bool AggregatorLookupFunc< TAggregator >(ReadOnlySpan< KeyValuePair< string, object > > labels, out TAggregator aggregator)
System.Diagnostics.Metrics
Definition
AggregationManager.cs:6
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:14
source
System.Diagnostics.DiagnosticSource
System.Diagnostics.Metrics
AggregatorLookupFunc.cs
Generated by
1.10.0