IUntypedQueue.top

interface IUntypedQueue
void[]
top
()

Return Value

Type: void[]

The item at the top of the queue, null if the queue is empty

Meta