Click or drag to resize

TsvWriterSaveInternal Method

Saves a Graph to TSV format.

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.
output
Type: System.IOTextWriter
Writer to save to.
See Also