Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet.Union Method 

Return a new collection that contains all of the items that are in this set or the other set.

[Visual Basic]
Function Union( _
   ByVal other As ISet _
) As ISet
[C#]
ISet Union(
   ISet other
);

See Also

ISet Interface | bedrock.collections Namespace