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 }
readonly Action< T > _handler
Definition Progress.cs:9

References System.Progress< T >._handler.