Click or drag to resize

GroupMultiset Constructor

Creates a new Group Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GroupMultiset(
	BaseMultiset contents
)

Parameters

contents
Type: VDS.RDF.Query.AlgebraBaseMultiset
Multiset which contains the sets that are being grouped.
See Also