Click or drag to resize

RangeIteratorT Properties

The RangeIteratorT generic type exposes the following members.

Properties
  NameDescription
Public propertyAscending
Returns whether or not this iterator works up from the start point (ascending) or down from the end point (descending)
Public propertyRange
Returns the range this object iterates over
Public propertyStep
Returns the step function used for this range
Top
See Also