Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateObservableCounter< T >()
[3/3]
ObservableCounter
<
T
> System.Diagnostics.Metrics.Meter.CreateObservableCounter<
T
>
(
string
name
,
Func<
T
>
observeValue
,
string
?
unit
=
null
,
string
?
description
=
null
)
inline
Type Constraints
T
:
struct
Definition at line
47
of file
Meter.cs
.
47
:
struct
48
{
49
return
new
ObservableCounter<T>
(
this
, name,
observeValue
,
unit
, description);
50
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Diagnostics
Metrics
Meter
Generated by
1.10.0