public void Sort()
 {
     IComparer myComparer = new ListViewArrayList();
        list.Sort(myComparer);
 }
예제 #2
0
        /// <summary>
        /// Sort the array
        /// </summary>
        public void Sort()
        {
            IComparer myComparer = new ListViewArrayList();

            list.Sort(myComparer);
        }