Click or drag to resize

IndexArray Methods

The IndexArray type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this index array.
Public methodContainsDuplicates Determines if the index array contains duplicate values.
Public methodExists Determines if the given index exists is self.
Public methodFindIndex(Int32) Searches for the given value in the index array.
Public methodFindIndex(Int32, Int32) Searches for the given index from the given start index for the given value.
Public methodGetHashCode Get the hash code for this index array.
(Overrides ObjectGetHashCode)
Top
See Also