[]
Initializes a new instance of the ValueInterval class.
public ValueInterval()
Public Sub New()
Initializes a new instance of the ValueInterval class.
public ValueInterval(object minValue, object maxValue, bool includeMin, bool includeMax)
Public Sub New(minValue As Object, maxValue As Object, includeMin As Boolean, includeMax As Boolean)
| Type | Name | Description |
|---|---|---|
| object | minValue | MinValue property value. |
| object | maxValue | MaxValue property value. |
| bool | includeMin | IncludeMin property value. |
| bool | includeMax | IncludeMax property value. |
Initializes a new instance of the ValueInterval class.
protected ValueInterval(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The data with property values of this object. |
| StreamingContext | context |