Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList Constructor (IEnumerable)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal e As IEnumerable _
)
[C#]
public LinkedList(
   IEnumerable e
);

Parameters

e

See Also

LinkedList Class | bedrock.collections Namespace | LinkedList Constructor Overload List