Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet Interface

Set operations.

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

[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/ISet.cs,v")>
Public Interface ISet
    Implements 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/ISet.cs,v")]
public interface ISet : ICollection, IEnumerable

Types that implement ISet

Type Description
Set Set backed into a Tree.

Requirements

Namespace: bedrock.collections

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

See Also

ISet Members | bedrock.collections Namespace