Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Clear Method 

Remove all of the elements.

[Visual Basic]
NotOverridable Public Sub Clear() _
    Implements IList.Clear
[C#]
public void Clear();

Implements

IList.Clear

See Also

LinkedList Class | bedrock.collections Namespace