Culture-Sensitive VB.NET Method
using System.Collections
Public Overridable Sub Sort
Public Overridable Sub Sort(comparer As IComparer)
Public Overridable Sub Sort(index As Integer, count As Integer, comparer As IComparer)
Internationalization (I18n) Method Overview
The Sort method sorts the elements in the ArrayList or a portion of it.
If the comparer parameter is null, the IComparable implementation of each element is used.
For more information see Microsoft's
MSDN online documentation.
Culture and Number Format Information
|