|  | Index | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe IndexArray type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IndexArray | Constructs an empty index array instance. | 
|  | IndexArray(Int32) | Constructs an IndexArray instance with the given length. All index values are initialized to zero. | 
|  | IndexArray(Int32) | Constructs an IndexArray instance with the given unique Indices. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Item | Gets the index at the ith position. | 
|  | Length | Gets the length of the index array. | 
 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) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | (IndexArray to Int32) | Implicit conversion from an IndexArray to an int array/ | 
 See Also
See Also