Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Metrics.Measurement< T > Struct Template Reference

Public Member Functions

 Measurement (T value)
 
 Measurement (T value, IEnumerable< KeyValuePair< string, object?> >? tags)
 
 Measurement (T value, params KeyValuePair< string, object?>[]? tags)
 
 Measurement (T value, ReadOnlySpan< KeyValuePair< string, object?> > tags)
 

Properties

ReadOnlySpan< KeyValuePair< string, object?> > Tags [get]
 
T Value [get]
 

Static Private Member Functions

static KeyValuePair< string, object >[] ToArray (IEnumerable< KeyValuePair< string, object > > tags)
 

Private Attributes

readonly KeyValuePair< string, object >[] _tags
 

Detailed Description

Type Constraints
T :struct 

Definition at line 5 of file Measurement.cs.


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