Removes an element from the collection using specified index.
[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