Constructor StrictRangeAttribute
StrictRangeAttribute(Int64, Int64)
Declaration
public StrictRangeAttribute(long min, long max)
Parameters
Type | Name | Description |
---|---|---|
Int64 | min | |
Int64 | max |
StrictRangeAttribute(UInt64, UInt64)
Declaration
public StrictRangeAttribute(ulong min, ulong max)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | min | |
UInt64 | max |
StrictRangeAttribute(Double, Double)
Declaration
public StrictRangeAttribute(double min, double max)
Parameters
Type | Name | Description |
---|---|---|
Double | min | |
Double | max |