OrderedSetTUnionWith Method |
Namespace: X3Platform.Collections
Exception | Condition |
---|---|
InvalidOperationException | This set and otherSet don't use the same method for comparing items. |
If equal items appear in both sets, the union will include an arbitrary choice of one of the two equal items.
The union of two sets is computed in time O(M + N log M), where M is the size of the larger set, and N is the size of the smaller set.