Removes an element from the collection using specified index.
[Visual Basic .NET] |
---|
Public Sub RemoveAt( _ ByVal Index As Integer _ ) |
[C#] |
---|
public void RemoveAt( |
[Managed C++] |
---|
public: void RemoveAt( |
[Java] |
---|
public removeAt( |
[Unmanaged C++] |
---|
public: HRESULT RemoveAt( |
- Index
- The index of the collection.