Constructor RangeAttribute
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
RangeAttribute(int, int)
Initializes a new instance of the RangeAttribute class with the specified minimum and maximum values.
public RangeAttribute(int min, int max)
Parameters
RangeAttribute(long, long)
Initializes a new instance of the RangeAttribute class with the specified minimum and maximum values.
public RangeAttribute(long min, long max)
Parameters
RangeAttribute(float, float)
Initializes a new instance of the RangeAttribute class with the specified minimum and maximum values.
public RangeAttribute(float min, float max)
Parameters
RangeAttribute(double, double)
Initializes a new instance of the RangeAttribute class with the specified minimum and maximum values.
public RangeAttribute(double min, double max)
Parameters
RangeAttribute(decimal, decimal)
Initializes a new instance of the RangeAttribute class with the specified minimum and maximum values.
public RangeAttribute(decimal min, decimal max)