Click or drag to resize

IdentityMultisetAdd Method

Adds a Set to the 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 this operation is invalid on an Identity Multiset.
See Also