Click or drag to resize

Multiset Constructor (IEnumerableString)

Creates a new Empty Mutliset that has the list of given Variables.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Multiset(
	IEnumerable<string> variables
)

Parameters

variables
Type: System.Collections.GenericIEnumerableString

[Missing <param name="variables"/> documentation for "M:VDS.RDF.Query.Algebra.Multiset.#ctor(System.Collections.Generic.IEnumerable{System.String})"]

See Also