Remove |
Scroll |
Removes the item with the specified index from the array.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ nIndex As Integer _ ) C# public virtual void Remove ( int nIndex )
ParametersnIndex Zero-based index of the item to be removed from the list.
Return ValueNone. |
|