Tipic Instant Messaging Platform - Programmer's Reference Guide

SkipList Class

Summary description for SkipList.

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

System.Object
   bedrock.collections.SkipList

[Visual Basic]
<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/SkipList.cs,v"), _  DefaultMember(MemberName:="Item")>
Public Class SkipList
    Implements IDictionary, ICollection, IEnumerable
[C#]
[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/SkipList.cs,v")]
[DefaultMember(MemberName="Item")]
public class SkipList : IDictionary, 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

SkipList Members | bedrock.collections Namespace