Class UpperBoundAttribute
Denotes that the underlying collection has an upper bound
Inherited Members
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class UpperBoundAttribute : Attribute
Constructors
| Edit this page View SourceUpperBoundAttribute(int)
Creates a new instance
Declaration
public UpperBoundAttribute(int upperBound)
Parameters
Type | Name | Description |
---|---|---|
int | upperBound | the upper bound |
Properties
| Edit this page View SourceUpperBound
Gets the upper bound
Declaration
public int UpperBound { get; set; }
Property Value
Type | Description |
---|---|
int |