Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DisplayName
string
System.Diagnostics.Tracing.DiagnosticCounter.DisplayName
get
set
inherited
Definition at line
18
of file
DiagnosticCounter.cs
.
19
{
20
get
21
{
22
return
_displayName
;
23
}
24
set
25
{
26
if
(
value
==
null
)
27
{
28
throw
new
ArgumentNullException(
"DisplayName"
);
29
}
30
_displayName
=
value
;
31
}
32
}
System.Diagnostics.Tracing.DiagnosticCounter._displayName
string _displayName
Definition
DiagnosticCounter.cs:10
System.ExceptionArgument.value
@ value
System
Diagnostics
Tracing
PollingCounter
Generated by
1.10.0