| IndexRange Methods |
The IndexRange type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clone this instance.
| |
| Contains(Int32) |
Determines whether or not this instance contains the specified index.
| |
| Contains(IndexRange) |
Determines whether or not this instance contains the specified other IndexRange.
| |
| GetEnumerator |
Gets an enumerator.
| |
| Offset(DictionaryIndexRange, Int32) | Obsolete.
Obsolete
| |
| Offset(IndexRange, Int32) |
Offset the indices in this instance based on the specified delta over the specified
range.
| |
| Reverse |
Reverse this instance.
| |
| ToString |
Returns a String that represents the current IndexRange.
(Overrides ObjectToString.) |