The IndexArray type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this index array.
| |
| ContainsDuplicates |
Determines if the index array contains duplicate values.
| |
| Equals | (Inherited from Object.) | |
| Exists |
Determines if the given index exists is self.
| |
| FindIndex | Overloaded. | |
| GetHashCode |
Get the hash code for this index array.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Implicit |
Implicit conversion from an IndexArray to an int array/
|