WNetNodeCollection.RemoveAt Method
Removes an item at a specified index.
[Visual Basic]Public Sub RemoveAt( _
ByVal
index As
Integer _
) Implements _
IList.RemoveAt
[C#]new public
void RemoveAt(
int index);
Parameters
- index
- The index to remove at.
Implements
IList.RemoveAt
See Also
WNetNodeCollection Class | NETXP.Library Namespace