Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCounter< T >()
Counter
<
T
> System.Diagnostics.Metrics.Meter.CreateCounter<
T
>
(
string
name
,
string
?
unit
=
null
,
string
?
description
=
null
)
inline
Type Constraints
T
:
struct
Definition at line
37
of file
Meter.cs
.
37
:
struct
38
{
39
return
new
Counter<T>
(
this
, name,
unit
, description);
40
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Diagnostics
Metrics
Meter
Generated by
1.10.0