AssertionMethodAttribute Class
Indicates that the marked method is assertion method, i.e. it halts the control flow if
one of the conditions is satisfied. To set the condition, mark one of the parameters with
AssertionConditionAttribute attribute.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class AssertionMethodAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class AssertionMethodAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class AssertionMethodAttribute sealed : public Attribute