NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayList.Sort ()

Sorts the elements in the entire ArrayList using the IComparable implementation of each element.

[Visual Basic]
Overloads Overridable Public Sub Sort()
[C#]
public virtual void Sort();
[C++]
public: virtual void Sort();
[JScript]
public function Sort();

Return Value

None.

Exceptions

Exception Type Condition
NotSupportedException The ArrayList is read-only.

Remarks

This method can be overridden by a derived class.

This method uses Sort to sort the elements.

See Also

ArrayList Class | ArrayList Members | System.Collections Namespace | ArrayList.Sort Overload List