Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
countUp Class
countUp Methods
CountUp Method
CountUp Method
CountUp(T) Method
CountUp Method (Int32)
CountUp(T) Method (T)
CountUp Method (Int32, Int32)
CountUp(T) Method (T, T)
countUp
CountUp Method (Int32)
Get an infinite
IList
T
of
Int32
s counting up from
start
in steps of 1.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
IList
<
int
>
CountUp
(
int
start
)
Parameters
start
Type:
System
Int32
The first element of the
IList
T
Return Value
Type:
IList
Int32
A read-only, infinite
IList
T
of
Int32
s.
See Also
Reference
countUp Class
CountUp Overload
WhetStone.Looping Namespace