| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Package Functions | |
| WaitForChangedResult (WatcherChangeTypes changeType, string name, string oldName, bool timedOut) | |
Static Package Attributes | |
| static readonly WaitForChangedResult | TimedOutResult = new WaitForChangedResult((WatcherChangeTypes)0, null, null, timedOut: true) | 
Properties | |
| WatcherChangeTypes | ChangeType [get, set] | 
| string? | Name [get, set] | 
| string? | OldName [get, set] | 
| bool | TimedOut [get, set] | 
Definition at line 3 of file WaitForChangedResult.cs.