Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Prev

TimerNode System.Net.TimerThread.TimerNode.Prev
getsetpackage

Definition at line 180 of file TimerThread.cs.

181 {
182 get
183 {
184 return _prev;
185 }
186 set
187 {
188 _prev = value;
189 }
190 }

Referenced by System.Net.TimerThread.TimerNode.Cancel(), System.Net.TimerThread.TimerQueue.CreateTimer(), and System.Net.TimerThread.TimerNode.Fire().