Dominion.Strategy.Description.MatchDescription.Clone C# (CSharp) Метод

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

public Clone ( ) : MatchDescription
Результат MatchDescription
        public MatchDescription Clone()
        {
            return new MatchDescription(this.countSource, this.cardType, this.comparison, this.countThreshHold);
        }