Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList Class

A doubly-linked list implementation, with a sentinal wrap-around m_header. Yes, it does seem like this should have been included in System.Collections. This may be a nicer implementation of Queue than the one in System.Collections, which uses an array. YMMV.

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

System.Object
   bedrock.collections.LinkedList

[Visual Basic]
<DefaultMember(MemberName:="Item"), _  RCS(State:="Exp", Revision:="1.1", Version:=1.1, Date:=13/06/2003 9.16.14, DateString:="13/06/2003 9.16.14", Author:="Administrator", Archive:="D:\\CVSROOT/TIMP2/jabber-net/bedrock/collections/LinkedList.cs,v")>
Public Class LinkedList
    Implements IList, ICollection, IEnumerable
[C#]
[DefaultMember(MemberName="Item")]
[RCS(State="Exp", Revision="1.1", Version=1.1, Date=13/06/2003 9.16.14, DateString="13/06/2003 9.16.14", Author="Administrator", Archive="D:\\CVSROOT/TIMP2/jabber-net/bedrock/collections/LinkedList.cs,v")]
public class LinkedList : IList, ICollection, IEnumerable

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: bedrock.collections

Assembly: tipic.xmpp (in tipic.xmpp.dll)

See Also

LinkedList Members | bedrock.collections Namespace