Removes from the collection a link to the STK object with the given index.
| [Visual Basic .NET] |
|---|
Public Sub Remove( _ ByVal Index As Integer _ ) |
| [C#] |
|---|
public void Remove( |
| [Managed C++] |
|---|
public: void Remove( |
| [Java] |
|---|
public remove( |
| [Unmanaged C++] |
|---|
public: HRESULT Remove( |
- Index
- The index of the collection.
