| Tipic Instant Messaging Platform - Programmer's Reference Guide |
|
LinkedList.Remove Method
Finds the first matching object, and removes it from the list.
[Visual Basic]
NotOverridable Public Sub Remove( _
ByVal
value As
Object _
) _
Parameters
-
value
- The object to remove
Implements
IList.Remove
Exceptions
See Also
LinkedList Class | bedrock.collections Namespace