ArrayListSort Method (IComparer) |
Namespace: System.Collections
public virtual void Sort( IComparer comparer )
Exception | Condition |
---|---|
NotSupportedException | The ArrayList is read-only. |
InvalidOperationException | An error occurred while comparing two elements. |