Click or drag to resize

Multiset.Add 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.Algebra.ISet
Set.
See Also