Remove the element at the specified index from the collection.
[Visual Basic .NET] |
---|
Public Sub RemoveAt( _ ByVal Index As Integer _ ) |
[C#] |
---|
public void RemoveAt( int Index ); |
[Managed C++] |
---|
public: void RemoveAt( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveAt( long Index ); |
[Java] |
---|
public void removeAt( int Index ); |
- Index