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