Removes an item by the index.
[Visual Basic .NET] |
---|
Public Sub RemoveIndex( _
ByVal Index As Integer _
)
|
[C#] |
---|
public void RemoveIndex(
|
[Managed C++] |
---|
public: void RemoveIndex(
|
[Java] |
---|
public removeIndex(
|
[Unmanaged C++] |
---|
public: HRESULT RemoveIndex(
|
- Index
- The index in the collection.