Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet Members

ISet overview

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