BaseStoreWriterContext Constructor (ITripleStore, TextWriter) |
Creates a new Base Store Writer Context with default settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseStoreWriterContext(
ITripleStore store,
TextWriter output
)
Public Sub New (
store As ITripleStore,
output As TextWriter
)
Parameters
- store
- Type: VDS.RDFITripleStore
Store to write. - output
- Type: System.IOTextWriter
TextWriter being written to.
See Also