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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly