Nemerle Documentation

LinkedList Class

This is a wrapper collection for Nemerle lists.

For a list of all members of this type, see LinkedList Members.

System.Object
   Nemerle.Collections.LinkedList

public class LinkedList : IEnumerable, ICollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Nemerle.Collections

Assembly: Nemerle (in Nemerle)

See Also

LinkedList Members | Nemerle.Collections Namespace