Removes the element at the specified index of SortedList.
[Visual Basic] Overridable Public Sub RemoveAt( _ ByVal index As Integer _ ) [C#] public virtual void RemoveAt( int index ); [C++] public: virtual void RemoveAt( int index ); [JScript] public function RemoveAt( index : int );
None.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | index is outside the range of valid indices for the SortedList. |
This method can be overridden by a derived class.
SortedList Class | SortedList Members | System.Collections Namespace