Click or drag to resize

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
)

Parameters

store
Type: VDS.RDFITripleStore
Store to write.
output
Type: System.IOTextWriter
TextWriter being written to.
See Also