Removes the element at the specified index of the List<(Of <(T>)>).
Public Sub RemoveAt ( _ index As Integer _ )
Dim instance As List Dim index As Integer instance.RemoveAt(index)
public void RemoveAt( int index )
public: virtual void RemoveAt( int index ) sealed
public final function RemoveAt( index : int )
index is less than 0.
-or-
index is equal to or greater than Count.
This method is an O(n) operation, where n is (Count - index).
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune