Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList Constructor

Create an empty list

Overload List

Create an empty list

public LinkedList();

Create a list with the targets of the given enumeration copied into it.

public LinkedList(IEnumerable);

See Also

LinkedList Class | bedrock.collections Namespace