←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly