Removes an item given an index.
[Visual Basic .NET] |
---|
Public Sub RemoveIndex( _ ByVal Index As Integer _ ) |
[C#] |
---|
public void RemoveIndex( int Index ); |
[Managed C++] |
---|
public: void RemoveIndex( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveIndex( long Index ); |
[Java] |
---|
public void removeIndex( int Index ); |
[Python - STK API ] |
---|
def RemoveIndex(self, Index:int) -> None: |
- Index