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

◆ QueueDebugView()

Definition at line 12 of file QueueDebugView.cs.

13 {
14 if (queue == null)
15 {
16 throw new ArgumentNullException("queue");
17 }
18 _queue = queue;
19 }

References System.Collections.Generic.QueueDebugView< T >._queue.