Range Constructor

Summary
Initializes a new instance of the Range class.
Syntax
C#
VB
C++
public Range( 
   Nullable<int> startValue, 
   Nullable<int> lastValue 
) 
  
Public Function New( _ 
   ByVal startValue As Nullable(Of Integer), _ 
   ByVal lastValue As Nullable(Of Integer) _ 
) 
public: 
Range(  
   Nullable<int> startValue, 
   Nullable<int> lastValue 
) 

Parameters

startValue
The start number of range.

lastValue
The last number of range.

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.