Click or drag to resize

BaseRdfWriterSaveInternal Method

Method to be implemented in derived classes to perform the actual writing to a TextWriter.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract void SaveInternal(
	IGraph graph,
	TextWriter output
)

Parameters

graph
Type: VDS.RDFIGraph
The graph to be saved.
output
Type: System.IOTextWriter
The TextWriter to save the graph to.
See Also