Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Metrics.LabelInstructionInterpretter< TObjectSequence, TAggregator > Class Template Reference

Public Member Functions

 LabelInstructionInterpretter (int expectedLabelCount, LabelInstruction[] instructions, ConcurrentDictionary< TObjectSequence, TAggregator > valuesDict, Func< TAggregator > createAggregator)
 
bool GetAggregator (ReadOnlySpan< KeyValuePair< string, object > > labels, out TAggregator aggregator)
 

Private Attributes

int _expectedLabelCount
 
LabelInstruction[] _instructions
 
ConcurrentDictionary< TObjectSequence, TAggregator > _valuesDict
 
Func< TObjectSequence, TAggregator > _createAggregator
 

Detailed Description

Type Constraints
TObjectSequence :struct 
TObjectSequence :IObjectSequence 
TObjectSequence :IEquatable<TObjectSequence> 
TAggregator :Aggregator 

Definition at line 6 of file LabelInstructionInterpretter.cs.


The documentation for this class was generated from the following file: