countUp Class |
Namespace: WhetStone.Looping
public static class countUp
| Name | Description | |
|---|---|---|
| CountUp | ||
| CountUp(Int32) | ||
| CountUp(Int32, Int32) | ||
| CountUpT |
Get an infinite IListT of generic type. counting up from 0 in steps of 1 (uses fielding to get generic 0 and 1).
| |
| CountUpT(T) |
Get an infinite IListT of generic type. counting up from start in steps of 1 (uses fielding to get generic 1).
| |
| CountUpT(T, T) |