Leadtools.Jpip Namespace > Range Class : Range Constructor |
public Range( Nullable<int> startValue, Nullable<int> lastValue )
'Declaration Public Function New( _ ByVal startValue As Nullable(Of Integer), _ ByVal lastValue As Nullable(Of Integer) _ )
'Usage Dim startValue As Nullable(Of Integer) Dim lastValue As Nullable(Of Integer) Dim instance As New Range(startValue, lastValue)
public: Range( Nullable<int> startValue, Nullable<int> lastValue )