Click or drag to resize

NullMultisetAdd Method

Adds a Set to this Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Add(
	ISet s
)

Parameters

s
Type: VDS.RDF.Query.AlgebraISet
Set.
Exceptions
ExceptionCondition
RdfQueryExceptionThrown since the operation is invalid on a Null Multiset.
See Also