Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DisplayUnits
string
System.Diagnostics.Tracing.DiagnosticCounter.DisplayUnits
get
set
inherited
Definition at line
34
of file
DiagnosticCounter.cs
.
35
{
36
get
37
{
38
return
_displayUnits
;
39
}
40
set
41
{
42
if
(
value
==
null
)
43
{
44
throw
new
ArgumentNullException(
"DisplayUnits"
);
45
}
46
_displayUnits
=
value
;
47
}
48
}
System.Diagnostics.Tracing.DiagnosticCounter._displayUnits
string _displayUnits
Definition
DiagnosticCounter.cs:12
System.ExceptionArgument.value
@ value
System
Diagnostics
Tracing
PollingCounter
Generated by
1.10.0