TurtleWriterContext Constructor (IGraph, TextWriter, Boolean, Boolean) |
Creates a new Turtle Writer Context with custom settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic TurtleWriterContext(
IGraph g,
TextWriter output,
bool prettyPrint,
bool hiSpeed
)
Public Sub New (
g As IGraph,
output As TextWriter,
prettyPrint As Boolean,
hiSpeed As Boolean
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to write. - output
- Type: System.IO.TextWriter
TextWriter to write to. - prettyPrint
- Type: System.Boolean
Pretty Print Mode. - hiSpeed
- Type: System.Boolean
High Speed Mode.
See Also