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
)
Public Sub New (
collection As BaseGraphCollection
)
Parameters
- collection
- Type: VDS.RDFBaseGraphCollection
Graph Collection.
See Also