Bridge.Domain.Deck.Deck C# (CSharp) Method

Deck() public method

public Deck ( ) : System.Collections.Generic
return System.Collections.Generic
        public Deck()
        {
            Cards = new List<Card>();
        }