RemoveAt Method (UniArray)
In This Topic
Removes the element at the specified index from the
UniArray.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the element to remove.
See Also