BattlelogMobile.Core.Model.KitServiceStar.KitServiceStar C# (CSharp) Метод

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

public KitServiceStar ( KitType kitType, int score, int stars, double progression, double percentage ) : System.Windows.Media.Imaging
kitType KitType
score int
stars int
progression double
percentage double
Результат System.Windows.Media.Imaging
        public KitServiceStar(KitType kitType, int score, int stars, double progression, double percentage)
        {
            Type = kitType;
            Score = score;
            Stars = stars;
            Progression = progression;
            Percentage = percentage;
        }

Same methods

KitServiceStar::KitServiceStar ( ) : System.Windows.Media.Imaging
KitServiceStar::KitServiceStar ( KitType kitType ) : System.Windows.Media.Imaging
KitServiceStar