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);
        }