BaseParserContext Constructor (IGraph, Boolean) |
Creates a new Base Parser Context.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BaseParserContext(
IGraph g,
bool traceParsing
)
Public Sub New (
g As IGraph,
traceParsing As Boolean
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to parse into. - traceParsing
- Type: System.Boolean
Whether to trace parsing.
See Also