Click or drag to resize

IndexLoop Constructor

Overload List
  NameDescription
Public methodIndexLoop
Initializes a new instance of the IndexLoop class. New instance is empty.
Public methodIndexLoop(Int32)
Initializes a new instance of the IndexLoop class. Indices will be in range from 0 to specified value.
Public methodIndexLoop(Int32, Int32)
Initializes a new instance of the IndexLoop class. Indices will be in the specified range.
Top
See Also