terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Change() [1/3]

bool System.Threading.Timer.Change ( int dueTime,
int period )
inline

Definition at line 51 of file Timer.cs.

52 {
53 long num = 0L;
54 bool flag = this.Change((long)dueTime, (long)period, num != 0L);
55 return true;
56 }
class f__AnonymousType0<< Count > j__TPar
bool Change(int dueTime, int period)
Definition Timer.cs:51

References System.Threading.Timer.Change(), j__TPar, and System.L.

Referenced by System.Threading.Timer.Change(), System.Threading.Timer.Init(), and System.Runtime.Remoting.Lifetime.LeaseManager.SetPollTime().