Dominion.Strategy.Description.MatchDescription.Clone C# (CSharp) Méthode

Clone() public méthode

public Clone ( ) : MatchDescription
Résultat MatchDescription
        public MatchDescription Clone()
        {
            return new MatchDescription(this.countSource, this.cardType, this.comparison, this.countThreshHold);
        }