Click or drag to resize
ArraySort Method
Overload List
  NameDescription
Public methodStatic memberSortT(T)
Sorts the elements in an entire Array using the IComparableT generic interface implementation of each element of the Array.
Public methodStatic memberSort(Array)
Sorts the elements in an entire one-dimensional Array using the IComparable implementation of each element of the Array.
Public methodStatic memberSortT(T, IComparerT)
Sorts the elements in an Array using the specified IComparerT generic interface.
Public methodStatic memberSortT(T, ComparisonT)
Sorts the elements in an Array using the specified ComparisonT.
Public methodStatic memberSortTKey, TValue(TKey, TValue)
Sorts a pair of Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the IComparableT generic interface implementation of each key.
Public methodStatic memberSort(Array, Array)
Sorts a pair of one-dimensional Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the IComparable implementation of each key.
Public methodStatic memberSort(Array, IComparer)
Sorts the elements in a one-dimensional Array using the specified IComparer.
Public methodStatic memberSortT(T, Int32, Int32)
Sorts the elements in a range of elements in an Array using the IComparableT generic interface implementation of each element of the Array.
Public methodStatic memberSortTKey, TValue(TKey, TValue, IComparerTKey)
Sorts a pair of Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the specified IComparerT generic interface.
Public methodStatic memberSort(Array, Array, IComparer)
Sorts a pair of one-dimensional Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the specified IComparer.
Public methodStatic memberSort(Array, Int32, Int32)
Sorts the elements in a range of elements in a one-dimensional Array using the IComparable implementation of each element of the Array.
Public methodStatic memberSortT(T, Int32, Int32, IComparerT)
Sorts the elements in a range of elements in an Array using the specified IComparerT generic interface.
Public methodStatic memberSortTKey, TValue(TKey, TValue, Int32, Int32)
Sorts a range of elements in a pair of Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the IComparableT generic interface implementation of each key.
Public methodStatic memberSort(Array, Array, Int32, Int32)
Sorts a range of elements in a pair of one-dimensional Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the IComparable implementation of each key.
Public methodStatic memberSort(Array, Int32, Int32, IComparer)
Sorts the elements in a range of elements in a one-dimensional Array using the specified IComparer.
Public methodStatic memberSortTKey, TValue(TKey, TValue, Int32, Int32, IComparerTKey)
Sorts a range of elements in a pair of Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the specified IComparerT generic interface.
Public methodStatic memberSort(Array, Array, Int32, Int32, IComparer)
Sorts a range of elements in a pair of one-dimensional Array objects (one contains the keys and the other contains the corresponding items) based on the keys in the first Array using the specified IComparer.
Top
See Also