Artemis.Annotations.AssertionConditionAttribute.AssertionConditionAttribute C# (CSharp) Méthode

AssertionConditionAttribute() public méthode

public AssertionConditionAttribute ( AssertionConditionType conditionType ) : System
conditionType AssertionConditionType
Résultat System
        public AssertionConditionAttribute(AssertionConditionType conditionType)
        {
            ConditionType = conditionType;
        }
AssertionConditionAttribute