Terraria v1.4.4.9
Terraria source code documentation
|
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 |
T | : | struct |
Definition at line 5 of file Measurement.cs.