Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.ReadOnly Method 

Return a read-only linked list from the given enumeration. This doesn't seem all that useful to me. An array might be a better choice.

[Visual Basic]
Public Shared Function ReadOnly( _
   ByVal e As IEnumerable _
) As LinkedList
[C#]
public static LinkedList ReadOnly(
   IEnumerable e
);

Parameters

e

Return Value

See Also

LinkedList Class | bedrock.collections Namespace