ResultWriteThroughHandler Constructor (Type, TextWriter) | 
 
            Creates a new Write-Through Handler.
            
 
    Namespace: 
   VDS.RDF.Parsing.Handlers
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ResultWriteThroughHandler(
	Type formatterType,
	TextWriter writer
)
Public Sub New ( 
	formatterType As Type,
	writer As TextWriter
)
Parameters
- formatterType
 - Type: SystemType
Type of the formatter to create. - writer
 - Type: System.IOTextWriter
Text Writer to write to. 
See Also