Removes a target given an index.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal Index As Integer _ ) |
[C#] |
---|
public void Remove( int Index ); |
[Managed C++] |
---|
public: void Remove( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( long Index ); |
[Java] |
---|
public void remove( int Index ); |
[Python - STK API ] |
---|
def Remove(self, Index:int) -> None: |
- Index
- The index in the collection.