Table of Contents

Class UpperBoundAttribute

Namespace
NMF.Models
Assembly
NMF.Models.dll

Denotes that the underlying collection has an upper bound

[AttributeUsage(AttributeTargets.Property)]
public class UpperBoundAttribute : Attribute
Inheritance
UpperBoundAttribute
Inherited Members

Constructors

UpperBoundAttribute(int)

Creates a new instance

public UpperBoundAttribute(int upperBound)

Parameters

upperBound int

the upper bound

Properties

UpperBound

Gets the upper bound

public int UpperBound { get; set; }

Property Value

int