Class LowerBoundAttribute
Denotes the lower bound for a given collection
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Parameter|AttributeTargets.ReturnValue)]
public class LowerBoundAttribute : Attribute
- Inheritance
-
LowerBoundAttribute
- Inherited Members
Constructors
LowerBoundAttribute(int)
Creates a new instance
public LowerBoundAttribute(int lowerBound)
Parameters
lowerBound
intthe lower bound
Properties
LowerBound
Gets the assigned lower bound
public int LowerBound { get; set; }