BF2Statistics.MedalData.ConditionList.ConditionList C# (CSharp) Method

ConditionList() public method

Constructor
public ConditionList ( ConditionType Type ) : System
Type ConditionType The list ConditionType
return System
        public ConditionList(ConditionType Type)
        {
            this.Type = Type;
            this.HasConditionErrors = false;
        }