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