Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet.Add Method 

Add an object to the set

[Visual Basic]
Sub Add( _
   ByVal o As Object _
)
[C#]
void Add(
   object o
);

Parameters

o
The object to add

Exceptions

Exception Type Condition
ArgumentException object was already in the set.

See Also

ISet Interface | bedrock.collections Namespace