Click or drag to resize

BaseDemandGraphCollection Constructor (BaseGraphCollection)

Creates a new decorator over the given graph collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseDemandGraphCollection(
	BaseGraphCollection collection
)

Parameters

collection
Type: VDS.RDFBaseGraphCollection
Graph Collection.
See Also