Belot.BelotCombination.BelotCombination C# (CSharp) Метод

BelotCombination() публичный Метод

Creates an belot combination of cards
public BelotCombination ( CardsCollection cards, int points )
cards CardsCollection cards that the combination consists of
points int point evaluation of the combination
        public BelotCombination( CardsCollection cards, int points )
            : base(cards, points)
        {
            this.IsCounted = true;
        }