IndexLoop Constructor |
Name | Description | |
---|---|---|
IndexLoop |
Initializes a new instance of the IndexLoop class.
New instance is empty.
| |
IndexLoop(Int32) |
Initializes a new instance of the IndexLoop class.
Indices will be in range from 0 to specified value.
| |
IndexLoop(Int32, Int32) |
Initializes a new instance of the IndexLoop class.
Indices will be in the specified range.
|