Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Progress()
[2/2]
System.Progress
<
T
>.
Progress
(
Action
<
T
>
handler
)
inline
Definition at line
21
of file
Progress.cs
.
22
:
this
()
23
{
24
_handler
= handler ??
throw
new
ArgumentNullException(
"handler"
);
25
}
System.Progress._handler
readonly Action< T > _handler
Definition
Progress.cs:9
References
System.Progress< T >._handler
.
System
Progress
Generated by
1.10.0