Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet.Remove Method 

Remove the given object from the set. If the object is not in the set, this is a no-op.

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

Parameters

o
The object to remove.

See Also

ISet Interface | bedrock.collections Namespace