TechTalk Genome v4.2

Set.Union Method (Set)

Returns the distinct union of two Sets.

public Set Union(
   Set other
);

Parameters

other
The Set that has to be united with this Set.

Return Value

A Set that contains all elements of this Set and of other. The result is distinct, that means that every element in the resulting Set is unique.

Exceptions

Exception TypeCondition
GenomeException

The source Sets are in different DataDomains.

or

The source Sets have a different ElementType.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

Set Class | TechTalk.Genome Namespace | Set.Union Overload List | Union