|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| Progress () | |
| Progress (Action< T > handler) | |
Protected Member Functions | |
| virtual void | OnReport (T value) |
Events | |
| EventHandler< T >? | ProgressChanged |
Private Member Functions | |
| void IProgress< T >. | Report (T value) |
| void | InvokeHandlers (object state) |
Private Attributes | |
| readonly SynchronizationContext | _synchronizationContext |
| readonly Action< T > | _handler |
| readonly SendOrPostCallback | _invokeHandlers |
Definition at line 5 of file Progress.cs.