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
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: bedrock.collections
Assembly: tipic.xmpp (in tipic.xmpp.dll)
LinkedList Members | bedrock.collections Namespace