Peek() public method

public Peek ( ) : void
return void
Example #1
0
        public void CardPeek(int id)
        {
            Card c = Card.Find(id);

            QueueAction(() =>
            {
                c.Peek();
            });
        }