Artemis.Annotations.AssertionConditionAttribute.AssertionConditionAttribute C# (CSharp) Method

AssertionConditionAttribute() public method

public AssertionConditionAttribute ( AssertionConditionType conditionType ) : System
conditionType AssertionConditionType
return System
        public AssertionConditionAttribute(AssertionConditionType conditionType)
        {
            ConditionType = conditionType;
        }
AssertionConditionAttribute