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 _
) _
    Implements IList.Remove
[C#]
public void Remove(
   object value
);

Parameters

value
The object to remove

Implements

IList.Remove

Exceptions

Exception Type Condition
ArgumentException Object not found

See Also

LinkedList Class | bedrock.collections Namespace