Esempio n. 1
0
    //Pop the first one in the queue.
    public static void ExitFirst()
    {
        Balloon first = balloons.Dequeue();

        size--;
        first.Exit();
    }