Click or drag to resize

BaseWriterContext Constructor (IGraph, TextWriter)

Creates a new Base Writer Context with default settings.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseWriterContext(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDF.IGraph
Graph being written.
output
Type: System.IO.TextWriter
TextWriter being written to.
See Also