IdentityMultisetUnion Method |
Generates the Union of this Set and another Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override BaseMultiset Union(
BaseMultiset other
)
Public Overrides Function Union (
other As BaseMultiset
) As BaseMultiset
Parameters
- other
- Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.
Return Value
Type:
BaseMultisetThe other Multiset.
See Also