You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > Range Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.Range Method

Generates a sequence of integral numbers within a specified range.

Syntax
C++
C#
Visual Basic
public: IEnumerable<int> Range( int start, int count );
Parameters
Parameters 
Description 
start 
The value of the first integer in the sequence. 
count 
The number of sequential integers to generate. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.