WrapperGraphCollection Constructor (BaseGraphCollection) |
Creates a decorator around the given graph collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public WrapperGraphCollection(
BaseGraphCollection graphCollection
)
Public Sub New (
graphCollection As BaseGraphCollection
)
Parameters
- graphCollection
- Type: VDS.RDFBaseGraphCollection
Graph Collection.
See Also