Removes the value specified by the index from the list.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal nIndex As Integer _ ) |
[C#] |
---|
public void Remove( int nIndex ); |
[Managed C++] |
---|
public: void Remove( int nIndex ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( long nIndex ); |
[Java] |
---|
public void remove( int nIndex ); |
[Python - STK API ![]() |
---|
def Remove(self, nIndex:int) -> None: |
- nIndex