MetalamaAPI documentationPatterns APIMetalama.​Patterns.​ContractsStrictly­Negative­Attribute
Open sandboxFocus

StrictlyNegativeAttribute Class

Custom attribute that, when added to a field, property or parameter, throws an ArgumentOutOfRangeException if the target is assigned a value greater than or equal to zero.

Namespace: Metalama.Patterns.Contracts
Assembly: Metalama.Patterns.Contracts.dll
Syntax
[RunTimeOrCompileTime]
public class StrictlyNegativeAttribute : StrictlyLessThanAttribute, IAspect<IParameter>, IEligible<IParameter>, IAspect<IFieldOrPropertyOrIndexer>, IEligible<IFieldOrPropertyOrIndexer>, IConditionallyInheritableAspect, IAspect, ICompileTimeSerializable, ITemplateProvider
Remarks

Null values are accepted and do not throw an exception.

Constructors

Name Description
StrictlyNegativeAttribute()

Initializes a new instance of the StrictlyNegativeAttribute class.

See Also