Artemis.Annotations.AssertionConditionAttribute.AssertionConditionAttribute C# (CSharp) Метод

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

public AssertionConditionAttribute ( AssertionConditionType conditionType ) : System
conditionType AssertionConditionType
Результат System
        public AssertionConditionAttribute(AssertionConditionType conditionType)
        {
            ConditionType = conditionType;
        }
AssertionConditionAttribute