Interface ITraceableParser
Interface for Parsers that support Parser Tracing.
Namespace: VDS.RDF.Parsing
Assembly: dotNetRDF.dll
Syntax
public interface ITraceableParser
Properties
| Improve this Doc View SourceTraceParsing
Gets/Sets whether Parser Tracing is used.
Declaration
bool TraceParsing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |