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

◆ TryDequeue()

bool System.Collections.Concurrent.ConcurrentQueue< T >.TryDequeue ( [Out] T result)
inline

Definition at line 216 of file ConcurrentQueue.cs.

217 {
218 ConcurrentQueue.Segment head = this._head;
219 return true;
220 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Concurrent.ConcurrentQueue< T >._head.