Click or drag to resize

NullMultisetUnion Method

Unions this Multiset with another Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override BaseMultiset Union(
	BaseMultiset other
)

Parameters

other
Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.

Return Value

Type: BaseMultiset
Results in the Other Multiset as this is an empty Multiset.
See Also