Click or drag to resize

WriteThroughHandler Constructor (Type, TextWriter)

Creates a new Write-Through Handler.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WriteThroughHandler(
	Type formatterType,
	TextWriter writer
)

Parameters

formatterType
Type: System.Type
Type of the formatter to create.
writer
Type: System.IO.TextWriter
Text Writer to write to.
See Also