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
)
Protected MustOverride Sub SaveInternal (
graph As IGraph,
output As TextWriter
)
Parameters
- graph
- Type: VDS.RDFIGraph
The graph to be saved. - output
- Type: System.IOTextWriter
The TextWriter to save the graph to.
See Also