|  | Index | 
The IndexArray type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this index array. | 
|  | ContainsDuplicates | Determines if the index array contains duplicate values. | 
|  | Exists | Determines if the given index exists is self. | 
|  | FindIndex(Int32) | Searches for the given value in the index array. | 
|  | FindIndex(Int32, Int32) | Searches for the given index from the given start index for the given value. | 
|  | GetHashCode | Get the hash code for this index array. (Overrides ObjectGetHashCode) | 
 See Also
See Also