Table of Contents

Class LowerBoundAttribute

Namespace
NMF.Models
Assembly
NMF.Models.dll

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 int

the lower bound

Properties

LowerBound

Gets the assigned lower bound

public int LowerBound { get; set; }

Property Value

int