Click or drag to resize

TurtleWriterSaveInternal Method

Saves a Graph using an arbitrary TextWriter.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
output
Type: System.IOTextWriter
Writer to save using.
See Also