2 using System.Collections.Generic;
3 using DirectOutput.Table;
5 namespace DirectOutput.PinballSupport
14 private object QueueLocker =
new object();
23 public void Enqueue(Char TableElementTypeChar,
int Number,
int Value)
37 base.Enqueue(TableElementData);
49 return base.Dequeue();
88 public new void Clear()