Click or drag to resize
IndexRange Methods

The IndexRange type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodContains(Int32)
Determines whether or not this instance contains the specified index.
Public methodContains(IndexRange)
Determines whether or not this instance contains the specified other IndexRange.
Public methodGetEnumerator
Gets an enumerator.
Public methodOffset(DictionaryIndexRange, Int32) Obsolete.
Obsolete
Public methodOffset(IndexRange, Int32)
Offset the indices in this instance based on the specified delta over the specified range.
Public methodReverse
Reverse this instance.
Public methodToString
Returns a String that represents the current IndexRange.
(Overrides ObjectToString.)
Top
See Also