1
Reply

How to sort an array in C#?

    It sorts the elements in an entire one-dimensional Array using the IComparable implementation of each element of the Array.