Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet Methods

The methods of the ISet interface are listed below. For a complete list of ISet interface members, see the ISet Members topic.

Public Instance Methods

Add Add an object to the set
Clear Remove all items from the set.
Contains Is the given object in the set?
Intersection Return a new collection that contains all of the items that are in this list *and* the other set.
Remove Remove the given object from the set. If the object is not in the set, this is a no-op.
Union Return a new collection that contains all of the items that are in this set or the other set.

See Also

ISet Interface | bedrock.collections Namespace