←Select platform

Range Constructor (Range)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Jpip Assembly
Click or drag to resize