| Tipic Instant Messaging Platform - Programmer's Reference Guide |
|
LinkedList.RemoveAt Method
Remove the index'th element from the list
[Visual Basic]
NotOverridable Public Sub RemoveAt( _
ByVal
index As
Integer _
) _
[C#]
public
void RemoveAt(
int index);
Parameters
-
index
- The index of the element to delete
Implements
IList.RemoveAt
See Also
LinkedList Class | bedrock.collections Namespace