RemoveAt Method (SplitCollection)
In This Topic
This method is not allowed to call from user's code.
Syntax
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As Integer _
)
public new void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the element to remove.
See Also