SingleGraphWriter Constructor |
Create a new writer instance that wraps the specified
IStoreWriter instance.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SingleGraphWriter(
IStoreWriter storeWriter
)
Public Sub New (
storeWriter As IStoreWriter
)
Parameters
- storeWriter
- Type: VDS.RDFIStoreWriter
The IStoreWriter instance that will do the writing.
See Also