When implemented by a class, removes the IList item at the specified index.
[Visual Basic] Sub RemoveAt( _ ByVal index As Integer _ ) [C#] void RemoveAt( int index ); [C++] void RemoveAt( int index ) = 0; [JScript] function RemoveAt( index : int );
IList Interface | IList Members | System.Collections Namespace