Click or drag to resize

OutputRdfCollection Constructor

Creates a new Instance of a Collection.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public OutputRdfCollection(
	bool explicitCollection
)

Parameters

explicitCollection
Type: SystemBoolean
Whether the collection is explicit (specified using square bracket notation) or implicit (specified using normal parentheses).
See Also