| IndexRange Class |
Namespace: Candlelight
public class IndexRange : ICloneable, IEnumerable<int>, IEnumerable
The IndexRange type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexRange |
Initializes a new instance of the IndexRange class.
| |
| IndexRange(Int32, Int32) |
Initializes a new instance of the IndexRange class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements encompassed by this instance.
| |
| EndIndex |
Gets or sets the end index.
| |
| Item |
Gets the Int32 at the specified index in the range.
| |
| StartIndex |
Gets or sets the start index.
|
| 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.) |